usb: dwc3: debugfs: remove unnecessary | operator
authorRoger Quadros <rogerq@ti.com>
Tue, 4 Apr 2017 08:27:57 +0000 (11:27 +0300)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:36:47 +0000 (15:36 -0500)
commitf6b6989d8fb3f64b0f6514f57b352fefcf7472c8
treef1b218ef79bb6059ec375ca7e210e9d29b620f8e
parented74a466b8a900892f5d11303a3b7903e10dd193
usb: dwc3: debugfs: remove unnecessary | operator

Each role is mutually exclusive, the | operator is unnecessary. Remove
it.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/debugfs.c