dect
/
linux-2.6
Archived
13
0
Fork 0

pata_mpc52xx: remove un-needed assignment

ata_irq is always assigned so does not need to be initialised to zero.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Alan Cox 2008-01-19 15:48:59 +00:00 committed by Jeff Garzik
parent 75f9cafc2d
commit 0eaea364ed
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ mpc52xx_ata_probe(struct of_device *op, const struct of_device_id *match)
{
unsigned int ipb_freq;
struct resource res_mem;
int ata_irq = NO_IRQ;
int ata_irq;
struct mpc52xx_ata __iomem *ata_regs;
struct mpc52xx_ata_priv *priv;
int rv;