linux/drivers/net/caif
Colin Ian King e0b4ed019c net: caif: remove redundant re-assignment of pointer pfrm
The pointer pfrm is initialized and then later re-assigned the same
value and hence the second assignment is redundant and can be removed.

Cleans up clang warning:
drivers/net/caif/caif_hsi.c:222:6: warning: Value stored to 'pfrm'
during its initialization is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-01-22 10:51:56 -05:00
..
Kconfig
Makefile
caif_hsi.c net: caif: remove redundant re-assignment of pointer pfrm 2018-01-22 10:51:56 -05:00
caif_serial.c
caif_spi.c
caif_spi_slave.c
caif_virtio.c