From: Alan Cox Signed-off-by: Alan Cox Cc: Greg KH Signed-off-by: Andrew Morton --- drivers/char/nozomi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN drivers/char/nozomi.c~fix-gregkh-driver-nozomi drivers/char/nozomi.c --- a/drivers/char/nozomi.c~fix-gregkh-driver-nozomi +++ a/drivers/char/nozomi.c @@ -1300,8 +1300,7 @@ static irqreturn_t interrupt_handler(int } if (!(dc = get_dc_by_pdev(dev_id))) { - ERR("Could not find device context from pci_dev: %d", - (u32) dev_id); + ERR("Could not find device context from pci_dev: %p", dev_id); return IRQ_NONE; } _