Title: [9258] trunk/drivers/ata/pata_bf54x.c: [#6297] pata_bf54x: fix return type of bfin_set_devctl
Revision
9258
Author
vapier
Date
2010-10-20 16:01:50 -0400 (Wed, 20 Oct 2010)

Log Message

[#6297] pata_bf54x: fix return type of bfin_set_devctl

Modified Paths

Diff

Modified: trunk/drivers/ata/pata_bf54x.c (9257 => 9258)


--- trunk/drivers/ata/pata_bf54x.c	2010-10-20 18:48:47 UTC (rev 9257)
+++ trunk/drivers/ata/pata_bf54x.c	2010-10-20 20:01:50 UTC (rev 9258)
@@ -826,7 +826,7 @@
  *	@ctl: value to write
  */
 
-static u8 bfin_set_devctl(struct ata_port *ap, u8 ctl)
+static void bfin_set_devctl(struct ata_port *ap, u8 ctl)
 {
 	void __iomem *base = (void __iomem *)ap->ioaddr.ctl_addr;
 	write_atapi_register(base, ATA_REG_CTRL, ctl);
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to