Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1679823
| From | Hugues Fruchet <hugues.fruchet@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 2/7] [media] ov9650: switch i2c device id to lower case |
| Date | 2017-07-03 11:30 +0200 |
| Message-ID | <tZ5Q8-7za-39@gated-at.bofh.it> (permalink) |
| References | <tZ5Gq-7vd-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Switch i2c device id to lower case as it is
done for other omnivision cameras.
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---
drivers/media/i2c/ov9650.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/media/i2c/ov9650.c b/drivers/media/i2c/ov9650.c
index 2de2fbb..1e4e99e 100644
--- a/drivers/media/i2c/ov9650.c
+++ b/drivers/media/i2c/ov9650.c
@@ -1545,8 +1545,8 @@ static int ov965x_remove(struct i2c_client *client)
}
static const struct i2c_device_id ov965x_id[] = {
- { "OV9650", 0 },
- { "OV9652", 0 },
+ { "ov9650", 0 },
+ { "ov9652", 0 },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(i2c, ov965x_id);
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/7] [PATCH v2 0/7] Add support of OV9655 camera Hugues Fruchet <hugues.fruchet@st.com> - 2017-07-03 11:20 +0200
[PATCH v2 1/7] DT bindings: add bindings for ov965x camera module Hugues Fruchet <hugues.fruchet@st.com> - 2017-07-03 11:20 +0200
Re: [PATCH v2 1/7] DT bindings: add bindings for ov965x camera module Rob Herring <robh@kernel.org> - 2017-07-05 16:10 +0200
Re: [PATCH v2 1/7] DT bindings: add bindings for ov965x camera module Hugues FRUCHET <hugues.fruchet@st.com> - 2017-07-05 16:50 +0200
[PATCH v2 6/7] [media] ov9650: add support of OV9655 variant Hugues Fruchet <hugues.fruchet@st.com> - 2017-07-03 11:20 +0200
[PATCH v2 2/7] [media] ov9650: switch i2c device id to lower case Hugues Fruchet <hugues.fruchet@st.com> - 2017-07-03 11:30 +0200
Re: [PATCH v2 2/7] [media] ov9650: switch i2c device id to lower case Sylwester Nawrocki <snawrocki@kernel.org> - 2017-07-12 21:20 +0200
Re: [PATCH v2 0/7] [PATCH v2 0/7] Add support of OV9655 camera Hugues FRUCHET <hugues.fruchet@st.com> - 2017-07-06 10:10 +0200
Re: [PATCH v2 0/7] [PATCH v2 0/7] Add support of OV9655 camera Sylwester Nawrocki <snawrocki@kernel.org> - 2017-07-09 18:20 +0200
Re: [PATCH v2 0/7] [PATCH v2 0/7] Add support of OV9655 camera Sylwester Nawrocki <snawrocki@kernel.org> - 2017-07-12 22:10 +0200
csiph-web