aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-debug.h
diff options
context:
space:
mode:
authornixiaoming <[email protected]>2018-07-23 09:57:11 +0800
committerJ. Bruce Fields <[email protected]>2018-08-09 16:11:21 -0400
commit5ed96bc5451bb736a0b7d5d72a0f444316dc6559 (patch)
tree76b5f00d93ac697f8dd8a8f46ff1b453a80913f4 /drivers/usb/cdns3/cdns3-debug.h
parent11b4d66ea3313d9b03a83b80458ddee64990e3c3 (diff)
fs/nfsd: Delete invalid assignment statements in nfsd4_decode_exchange_id
READ_BUF(8); dummy = be32_to_cpup(p++); dummy = be32_to_cpup(p++); ... READ_BUF(4); dummy = be32_to_cpup(p++); Assigning value to "dummy" here, but that stored value is overwritten before it can be used. At the same time READ_BUF() will re-update the pointer p. delete invalid assignment statements Signed-off-by: nixiaoming <[email protected]> Signed-off-by: Chuck Lever <[email protected]> Signed-off-by: Trond Myklebust <[email protected]> Signed-off-by: J. Bruce Fields <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions