[PATCH] smctr warning fix
drivers/net/tokenring/smctr.c: In function `smctr_load_firmware': drivers/net/tokenring/smctr.c:2981: warning: assignment discards qualifiers from pointer target type Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
committed by
Jeff Garzik
parent
6f4c56b2ae
commit
ca5b0ec8ae
@@ -1042,7 +1042,7 @@ typedef struct net_local {
|
|||||||
__u16 functional_address[2];
|
__u16 functional_address[2];
|
||||||
__u16 bitwise_group_address[2];
|
__u16 bitwise_group_address[2];
|
||||||
|
|
||||||
__u8 *ptr_ucode;
|
const __u8 *ptr_ucode;
|
||||||
|
|
||||||
__u8 cleanup;
|
__u8 cleanup;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user