[PATCH 3/7] staging: dwc2: add helper variable to simplify code

2013-05-13 Thread Paul Zimmerman
From: Matthijs Kooijman matth...@stdin.nl Now a register is masked only in once place, instead of twice. This makes the two uses of this value shorter so they no longer need to be linewrapped. Signed-off-by: Matthijs Kooijman matth...@stdin.nl Acked-by: Paul Zimmerman pa...@synopsys.com ---

[PATCH 3/7] staging: dwc2: add helper variable to simplify code

2013-04-29 Thread Matthijs Kooijman
Now a register is masked only in once place, instead of twice. This makes the two uses of this value shorter so they no longer need to be linewrapped. Signed-off-by: Matthijs Kooijman matth...@stdin.nl --- drivers/staging/dwc2/hcd_intr.c | 8 1 file changed, 4 insertions(+), 4

RE: [PATCH 3/7] staging: dwc2: add helper variable to simplify code

2013-04-29 Thread Paul Zimmerman
From: Matthijs Kooijman [mailto:matth...@stdin.nl] Sent: Monday, April 29, 2013 8:06 AM Now a register is masked only in once place, instead of twice. This makes the two uses of this value shorter so they no longer need to be linewrapped. Signed-off-by: Matthijs Kooijman