]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/usb/core/devio.c
Pull thermal into release branch
[mv-sheeva.git] / drivers / usb / core / devio.c
index f013b4012c9a18a4199f0764d0a8218233fdb577..1f4f6d02fe25598e22a62b785b1b7140913b7c12 100644 (file)
@@ -460,7 +460,7 @@ static int checkintf(struct dev_state *ps, unsigned int ifnum)
                return 0;
        /* if not yet claimed, claim it for the driver */
        dev_warn(&ps->dev->dev, "usbfs: process %d (%s) did not claim interface %u before use\n",
-              current->pid, current->comm, ifnum);
+              task_pid_nr(current), current->comm, ifnum);
        return claimintf(ps, ifnum);
 }