mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
media: ttpci: coding style fixes: miscellaneous
This patch fixes the following checkpatch warnings: WARNING:RETURN_VOID: void function return statements are not generally useful WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon Signed-off-by: Stefan Herdler <herdler@nurfuerspam.de> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
22a8f8c216
commit
58557349a8
|
|
@ -782,7 +782,6 @@ static void frontend_init(struct budget *budget)
|
|||
printk("budget: Frontend registration failed!\n");
|
||||
dvb_frontend_detach(budget->dvb_frontend);
|
||||
budget->dvb_frontend = NULL;
|
||||
return;
|
||||
}
|
||||
|
||||
static int budget_attach(struct saa7146_dev *dev, struct saa7146_pci_extension_data *info)
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ static struct budget_info x_var ## _info = { \
|
|||
.type = x_type }; \
|
||||
static struct saa7146_pci_extension_data x_var = { \
|
||||
.ext_priv = &x_var ## _info, \
|
||||
.ext = &budget_extension };
|
||||
.ext = &budget_extension }
|
||||
|
||||
#define BUDGET_TT 0
|
||||
#define BUDGET_TT_HW_DISEQC 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user