OSDN Git Service

[PATCH] USB: unsigned long flags
authorPete Zaitcev <zaitcev@redhat.com>
Fri, 4 Aug 2006 23:59:56 +0000 (16:59 -0700)
committerWilly Tarreau <w@1wt.eu>
Sat, 5 Aug 2006 11:29:33 +0000 (13:29 +0200)
commita2bc4b96b9b7e7987442bf8a7ea096f4926f128d
tree3be3ca931b51c9a1d6d070c3b8bdfa1b004a0a8d
parent1936f9f5744a4df3021f6bec409f8a404a4fc735
[PATCH] USB: unsigned long flags

After a similar problem surfaced in usbserial, I looked across the code base
and found this instance. The bug is obvious: local_irq_save takes a long,
not int.

Signed-Off-By: Pete Zaitcev <zaitcev@redhat.com>
drivers/usb/host/usb-ohci.c