1
0
Fork 0

remove unused variable in pata_isapnp

This patch has removed unused variable in pata_ispnp.

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
hifive-unleashed-5.1
Yoichi Yuasa 2007-06-05 22:33:29 +09:00 committed by Jeff Garzik
parent 845a2fdcbd
commit c3a44a47e8
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ static int isapnp_init_one(struct pnp_dev *idev, const struct pnp_device_id *dev
struct ata_host *host;
struct ata_port *ap;
void __iomem *cmd_addr, *ctl_addr;
int rc;
if (pnp_port_valid(idev, 0) == 0)
return -ENODEV;