]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: rtl8712: drop pointless static qualifier in r8712_efuse_pg_packet_write()
authorYueHaibing <yuehaibing@huawei.com>
Mon, 21 Jan 2019 07:53:13 +0000 (07:53 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jan 2019 10:32:36 +0000 (11:32 +0100)
commit585f22691dcda2a0ab197072f3a14f0b5684adfc
tree5524840ecc044cabd18dd4f1a82ceb12b3ca5800
parent4e4285849c60547e6418457a19f367bf17be91e4
staging: rtl8712: drop pointless static qualifier in r8712_efuse_pg_packet_write()

There is no need to have the 'intrepeat_times' variable static since new
value always be assigned before use it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl8712_efuse.c