aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorsai <tsg321@gmail.com>2010-03-20 02:34:22 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 12:58:36 -0300
commitbde4301d9a647a3b2efb1a9f429c1d3ede075fa4 (patch)
tree738cefa55ec3e9249ff474fd4d300fce9328e27d /drivers/staging
parentV4L/DVB: staging:cx2581: fixes coding style issues in cx25821-cards.c (diff)
downloadlinux-dev-bde4301d9a647a3b2efb1a9f429c1d3ede075fa4.tar.xz
linux-dev-bde4301d9a647a3b2efb1a9f429c1d3ede075fa4.zip
V4L/DVB: staging:cx25821:fixes coding styles in cx25821-i2c.c
This is a patch to the cx25821-i2c.c file that fixes warning and errors found by checkpatch.pl tool [mchehab@redhat.com: fix conflicts with changeset 2587a7ef7b8bc3c7db7c43659297b45b168922ab] Signed-off-by: sai<tsg321@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/cx25821/cx25821-i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/cx25821/cx25821-i2c.c b/drivers/staging/cx25821/cx25821-i2c.c
index f727b85743ac..08f45b52df6a 100644
--- a/drivers/staging/cx25821/cx25821-i2c.c
+++ b/drivers/staging/cx25821/cx25821-i2c.c
@@ -28,7 +28,7 @@ static unsigned int i2c_debug;
module_param(i2c_debug, int, 0644);
MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]");
-static unsigned int i2c_scan = 0;
+static unsigned int i2c_scan;
module_param(i2c_scan, int, 0444);
MODULE_PARM_DESC(i2c_scan, "scan i2c bus at insmod time");