usb: host: max3421-hcd: Use atomic bitops in lieu of bit fields
commit2eb5dbdd1263a4f014d53501e01b896ac71d3c82
authorDavid Mosberger-Tang <davidm@egauge.net>
Thu, 19 Jun 2014 18:56:53 +0000 (19 12:56 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jul 2014 23:06:35 +0000 (9 16:06 -0700)
tree34e4164c44889b0506ebc3cf6be32c245926957f
parentf6d9d89f8672dcc1c1474c8d8ba3a0f0a0e375c4
usb: host: max3421-hcd: Use atomic bitops in lieu of bit fields

Bit fields are not MP-safe.

Signed-off-by: David Mosberger <davidm@egauge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/max3421-hcd.c