diff options
| author | 2017-10-20 16:29:14 +0900 | |
|---|---|---|
| committer | 2017-10-20 11:19:32 +0300 | |
| commit | 7521d47960d6a7f3b5f9f26d4baf5f97e050d7ac (patch) | |
| tree | 234db27b098ee535aab3fa380430a682c0e35448 /scripts/basic | |
| parent | usb: gadget: udc: remove duplicate & operation (diff) | |
usb: gadget: udc: gr: remove duplicate & operation
usb_endpoint_maxp() has an inline keyword and searches for bits[10:0]
by & operation with 0x7ff. So, we can remove the duplicate & operation
with 0x7ff.
Signed-off-by: Jaejoong Kim <climbbb.kim@gmail.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
