Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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>
  • Loading branch information
Andrew Morton authored and jgarzik committed Feb 17, 2006
1 parent 6f4c56b commit ca5b0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/tokenring/smctr.h
Expand Up @@ -1042,7 +1042,7 @@ typedef struct net_local {
__u16 functional_address[2];
__u16 bitwise_group_address[2];

__u8 *ptr_ucode;
const __u8 *ptr_ucode;

__u8 cleanup;

Expand Down

0 comments on commit ca5b0ec

Please sign in to comment.