]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] isdn_v110 warning fix
authorJesper Juhl <jesper.juhl@gmail.com>
Tue, 6 Sep 2005 22:17:55 +0000 (15:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 7 Sep 2005 23:57:36 +0000 (16:57 -0700)
commit957ffdcc85c3e6cd296044b1cd1acb14319b1b62
tree053fa3ea31a4e770cefdf8a704fb4b8378aca7e4
parent8cf7f314e4ade3da55d3195111c6faa48fae9a44
[PATCH] isdn_v110 warning fix

Here's a small warning fix for drivers/isdn/i4l/isdn_v110.c
 drivers/isdn/i4l/isdn_v110.c:523: warning: `ret' might be used uninitialized in this function

In addition to Karsten Keil signing off on the patch, Thomas Pfeiffer also
commented on the patch, saying
"initializing ret with the value zero is correct and should be done."

Please apply.

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/isdn/i4l/isdn_v110.c