Skip to content

Commit

Permalink
[media] Staging: tm6000: Delete braces from return in tm6000-cards.c
Browse files Browse the repository at this point in the history
This is a patch to the tm6000-cards.c file that fixed up
a space error found by the checkpatch.pl tools.

Signed-off-by: Ruslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Ruslan Pisarev authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent d005864 commit 51a5d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/tm6000/tm6000-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ int tm6000_xc5000_callback(void *ptr, int component, int command, int arg)
dev->gpio.tuner_reset, 0x01);
break;
}
return (rc);
return rc;
}
EXPORT_SYMBOL_GPL(tm6000_xc5000_callback);

Expand Down

0 comments on commit 51a5d39

Please sign in to comment.