Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

greybus: firmware: Remove extra parenthesis

Remove the unnecessary parenthesis.

Reported-by: Alex Elder <alex.elder@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>

authored by

Viresh Kumar and committed by
Greg Kroah-Hartman
769cb837 d581bc88

+1 -1
+1 -1
drivers/staging/greybus/fw-download.c
··· 236 236 } 237 237 238 238 request = op->request->payload; 239 - tag = (const char *)(request->firmware_tag); 239 + tag = (const char *)request->firmware_tag; 240 240 241 241 /* firmware_tag should be null-terminated */ 242 242 if (strnlen(tag, GB_FIRMWARE_TAG_MAX_LEN) == GB_FIRMWARE_TAG_MAX_LEN) {