aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c
diff options
context:
space:
mode:
authorRasmus Villemoes <linux@rasmusvillemoes.dk>2014-08-22 12:45:17 -0400
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-09-21 19:12:13 -0400
commit825fd08dbbd830b3f42e0f014f4c9f6eba5c434c (patch)
tree09606f449bdb7fc19d5f54c0ceb5f9036b1e4da2 /drivers/media/i2c
parent69486eb00b3e89735dddb48c8b93ac28458a9c80 (diff)
[media] drivers: media: i2c: adv7343_regs.h: Fix typo in #ifndef
Test for definedness of the macro which is actually defined, and which matches the name of the file. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r--drivers/media/i2c/adv7343_regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/adv7343_regs.h b/drivers/media/i2c/adv7343_regs.h
index 446606764346..2f04ce4b9118 100644
--- a/drivers/media/i2c/adv7343_regs.h
+++ b/drivers/media/i2c/adv7343_regs.h
@@ -13,7 +13,7 @@
13 * GNU General Public License for more details. 13 * GNU General Public License for more details.
14 */ 14 */
15 15
16#ifndef ADV7343_REG_H 16#ifndef ADV7343_REGS_H
17#define ADV7343_REGS_H 17#define ADV7343_REGS_H
18 18
19struct adv7343_std_info { 19struct adv7343_std_info {