提交 d7fe4a60 编写于 作者: R Ruslan Pisarev 提交者: Mauro Carvalho Chehab

[media] tm6000: don't initialize static var on tm6000-i2c.c

This is a patch to the tm6000-i2c.c file that fixed "ERROR: do not
initialise statics to 0 or NULL" found by the checkpatch.pl tools.
Signed-off-by: NRuslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 024fafba
......@@ -34,7 +34,7 @@
/* ----------------------------------------------------------- */
static unsigned int i2c_debug = 0;
static unsigned int i2c_debug;
module_param(i2c_debug, int, 0644);
MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册