.. | .. |
---|
32 | 32 | #define DRIVER_DESC "Marvell PXA USB3.0 Device Controller driver" |
---|
33 | 33 | |
---|
34 | 34 | static const char driver_name[] = "mv_u3d"; |
---|
35 | | -static const char driver_desc[] = DRIVER_DESC; |
---|
36 | 35 | |
---|
37 | 36 | static void mv_u3d_nuke(struct mv_u3d_ep *ep, int status); |
---|
38 | 37 | static void mv_u3d_stop_activity(struct mv_u3d *u3d, |
---|
.. | .. |
---|
1548 | 1547 | delegate = true; |
---|
1549 | 1548 | |
---|
1550 | 1549 | /* delegate USB standard requests to the gadget driver */ |
---|
1551 | | - if (delegate == true) { |
---|
| 1550 | + if (delegate) { |
---|
1552 | 1551 | /* USB requests handled by gadget */ |
---|
1553 | 1552 | if (setup->wLength) { |
---|
1554 | 1553 | /* DATA phase from gadget, STATUS phase from u3d */ |
---|