Skip to content

Commit

Permalink
pata_rdc: remove unused variable in rdc_init_one()
Browse files Browse the repository at this point in the history
The variable port_flags is initialized but never used
otherwise, so remove the unused variable.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Wei Yongjun authored and Jeff Garzik committed Nov 28, 2012
1 parent abf8f2b commit 8b34f2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/ata/pata_rdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ static int __devinit rdc_init_one(struct pci_dev *pdev,
struct device *dev = &pdev->dev;
struct ata_port_info port_info[2];
const struct ata_port_info *ppi[] = { &port_info[0], &port_info[1] };
unsigned long port_flags;
struct ata_host *host;
struct rdc_host_priv *hpriv;
int rc;
Expand All @@ -337,8 +336,6 @@ static int __devinit rdc_init_one(struct pci_dev *pdev,
port_info[0] = rdc_port_info;
port_info[1] = rdc_port_info;

port_flags = port_info[0].flags;

/* enable device and prepare host */
rc = pcim_enable_device(pdev);
if (rc)
Expand Down

0 comments on commit 8b34f2c

Please sign in to comment.