Skip to content

Commit

Permalink
remove unused variable in pata_isapnp
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yoichi Yuasa authored and Jeff Garzik committed Jun 10, 2007
1 parent 845a2fd commit c3a44a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/ata/pata_isapnp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c3a44a4

Please sign in to comment.