Skip to content

Commit

Permalink
[media] streamzap: Fix a compilation warning when compiled builtin
Browse files Browse the repository at this point in the history
drivers/media/rc/streamzap.c: In function ‘streamzap_probe’:
drivers/media/rc/streamzap.c:460:2: warning: statement with no effect

Cc: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Dec 29, 2010
1 parent 465a9e3 commit 0170f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/rc/streamzap.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ MODULE_DEVICE_TABLE(usb, streamzap_table);
#ifdef CONFIG_IR_RC5_SZ_DECODER_MODULE
#define load_rc5_sz_decode() request_module("ir-rc5-sz-decoder")
#else
#define load_rc5_sz_decode() 0
#define load_rc5_sz_decode() {}
#endif

enum StreamzapDecoderState {
Expand Down

0 comments on commit 0170f6b

Please sign in to comment.