staging:rtl8821ae: Fix sparse warnings of cast truncates bits from constant value
authorHimangi Saraogi <himangi774@gmail.com>
Sun, 16 Mar 2014 18:25:00 +0000 (23:55 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Mar 2014 18:22:16 +0000 (11:22 -0700)
commit9e245f41d449cd3009d7717662bfaded05bcae1d
tree61781299e18892fab713c1165ca2dc2098ed2264
parentb22f136071b1a797e96b3ee6fb0dc32625bd152e
staging:rtl8821ae: Fix sparse warnings of cast truncates bits from constant value

This patch fixes the following sparse warnings:
drivers/staging/rtl8821ae/rtl8821ae/phy.c:444:39: warning: cast truncates bits from constant value (ffffff01 becomes 1)
drivers/staging/rtl8821ae/rtl8821ae/phy.c:445:39: warning: cast truncates bits from constant value (ffffff01 becomes 1)

Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8821ae/rtl8821ae/phy.c
This page took 0.025919 seconds and 5 git commands to generate.