[PATCH] atmel: whitespace cleanup
NET: atmel: whitespace cleanup Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
Jeff Garzik

parent
b434113579
commit
5c877fe58c
@@ -53,18 +53,18 @@ static int __devinit atmel_pci_probe(struct pci_dev *pdev,
|
||||
const struct pci_device_id *pent)
|
||||
{
|
||||
struct net_device *dev;
|
||||
|
||||
|
||||
if (pci_enable_device(pdev))
|
||||
return -ENODEV;
|
||||
|
||||
|
||||
pci_set_master(pdev);
|
||||
|
||||
dev = init_atmel_card(pdev->irq, pdev->resource[1].start,
|
||||
|
||||
dev = init_atmel_card(pdev->irq, pdev->resource[1].start,
|
||||
ATMEL_FW_TYPE_506,
|
||||
&pdev->dev, NULL, NULL);
|
||||
if (!dev)
|
||||
return -ENODEV;
|
||||
|
||||
|
||||
pci_set_drvdata(pdev, dev);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user