mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-12 20:31:49 +00:00
staging: media: lirc: Remove multiple blank lines
Remove multiple blank lines to resolve checkpatch issue. Signed-off-by: Namrata A Shettar <namrataashettar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
06a4f429bf
commit
e2ba2cb327
@ -163,7 +163,6 @@ err_put_dev:
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
||||
void cleanup_module(void)
|
||||
{
|
||||
struct pci_dev *pdev = to_pci_dev(atir_driver.dev);
|
||||
@ -174,7 +173,6 @@ void cleanup_module(void)
|
||||
pci_dev_put(pdev);
|
||||
}
|
||||
|
||||
|
||||
static int atir_init_start(void)
|
||||
{
|
||||
pci_addr_lin = ioremap(pci_addr_phys + DATA_PCI_OFF, 0x400);
|
||||
@ -190,7 +188,6 @@ static void cycle_delay(int cycle)
|
||||
udelay(WAIT_CYCLE*cycle);
|
||||
}
|
||||
|
||||
|
||||
static int poll_main(void)
|
||||
{
|
||||
unsigned char status_high, status_low;
|
||||
|
Loading…
x
Reference in New Issue
Block a user