]> asedeno.scripts.mit.edu Git - linux.git/commit
platform/chrome: cros_ec_lpc: remove redundant pointer request
authorColin Ian King <colin.king@canonical.com>
Tue, 31 Oct 2017 10:27:47 +0000 (10:27 +0000)
committerBenson Leung <bleung@chromium.org>
Sun, 17 Dec 2017 22:04:11 +0000 (14:04 -0800)
commitd3b56c566d4ba8cae688baf3cca94425d57ea783
tree954fffb2588f0a7ca9fa92745233c9f4aa6087ba
parent50a0d71a5d20e1d3eff1d974fdc8559ad6d74892
platform/chrome: cros_ec_lpc: remove redundant pointer request

Pointer request is being assigned but never used, so remove it. Cleans
up the clang warning:

drivers/platform/chrome/cros_ec_lpc.c:68:2: warning: Value stored to
'request' is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Benson Leung <bleung@chromium.org>
drivers/platform/chrome/cros_ec_lpc.c