commit | a2d23f08038eceae265f8c609d5ee970c41c4431 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Apr 09 12:40:48 2018 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon May 21 10:00:58 2018 +0300 |
tree | 8367c97bc0b3b703146290264e57427c208f0397 | |
parent | 8f1c99cd24b01825fbd727efa75599b98432adc8 [diff] |
usb: dwc3: gadget: combine modify & restore into single argument Those two arguments refer to a single bitfield in the register. In order to simplify the code, we can combine them into a single argument and expect caller to pass the correct action argument at all times. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>