]> git.baikalelectronics.ru Git - kernel.git/commit
[media] staging: go7007: print the audio input type
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 10 Jan 2013 08:00:57 +0000 (05:00 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 5 Feb 2013 22:20:36 +0000 (20:20 -0200)
commit5afad6c5dcdce7df3a8bd2a39b77ad717926c09d
tree09a1a5b61351b992049011777d0f021f9a1e6a7a
parent6631a00399a1c3fb933d0bc1a0bc782526a67732
[media] staging: go7007: print the audio input type

Smatch complains that the "Audio input:" printk isn't reachable.  Hiding
the "return 0;" behind another statement is a style violation.
It looks like audio_input is normally configured so I've enabled the
print statement.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/media/go7007/s2250-board.c