summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/fb_ssd1305.c
diff options
context:
space:
mode:
authorColin Ian King2018-01-26 12:54:14 +0100
committerGreg Kroah-Hartman2018-01-26 15:08:43 +0100
commitc5f69117526e520c14f272ac37527b20d3688123 (patch)
tree42110477a3f0e11d20fead1131943192ca9f3932 /drivers/staging/fbtft/fb_ssd1305.c
parentstaging: comedi: reformat lines to 80 chars or less (diff)
downloadkernel-qcow2-linux-c5f69117526e520c14f272ac37527b20d3688123.tar.gz
kernel-qcow2-linux-c5f69117526e520c14f272ac37527b20d3688123.tar.xz
kernel-qcow2-linux-c5f69117526e520c14f272ac37527b20d3688123.zip
staging: rtl8723bs: remove a couple of redundant initializations
The initialization of PwrCfgCmd is redundant as the value is never read and it is being re-assigned to PwrSeqCmd[AryIdx] inside a loop, hence it can be removed. Also, the initialization of ie_ptr is redundant as the value is never read and it is being re-assigned in either path of an if statement, hence it can be removed too. Cleans up clang warnings: drivers/staging/rtl8723bs/hal/HalPwrSeqCmd.c:53:15: warning: Value stored to 'PwrCfgCmd' during its initialization is never read drivers/staging/rtl8723bs/os_dep/ioctl_linux.c:374:7: warning: Value stored to 'ie_ptr' during its initialization is never read Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fbtft/fb_ssd1305.c')
0 files changed, 0 insertions, 0 deletions