staging: rtl8712: Replace constant 49152 with expression 48 * 1024
authorMauro Dreissig <mukadr@gmail.com>
Sun, 5 Jul 2020 14:35:48 +0000 (11:35 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Jul 2020 11:53:58 +0000 (13:53 +0200)
commit4911537c6b4115f4fd49e1190013555681735d74
tree8cf60fa6ada5a2beff4d132d893b02ff1ab21670
parent2145021c44b4bc06419b3a45d814880ac8de7dde
staging: rtl8712: Replace constant 49152 with expression 48 * 1024

This way we don't need the comment stating that 49152 equals 48k.

Signed-off-by: Mauro Dreissig <mukadr@gmail.com>
Link: https://lore.kernel.org/r/20200705143552.9368-2-mukadr@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/hal_init.c