Searched hist:d7fb9bcfb29a1cbdbda7006658e76c2d9da0f66f (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/phy/ |
| H A D | miiphybb.c | d7fb9bcfb29a1cbdbda7006658e76c2d9da0f66f Thu Jul 29 19:56:11 UTC 2010 Ben Warren <biggerbadderben@gmail.com> Fix compile warnings for const correctness
Commit 6e37b1a3a25004d3df5867de49fff6b3fc9c4f04 modifies several net calls to take a (const char *) parameter instead of (char *), but in some cases the modified functions call other functions taking (char *). The end result is warnings about discarding the const qualifier.
This patch fixes these other function signatures.
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | eepro100.c | d7fb9bcfb29a1cbdbda7006658e76c2d9da0f66f Thu Jul 29 19:56:11 UTC 2010 Ben Warren <biggerbadderben@gmail.com> Fix compile warnings for const correctness
Commit 6e37b1a3a25004d3df5867de49fff6b3fc9c4f04 modifies several net calls to take a (const char *) parameter instead of (char *), but in some cases the modified functions call other functions taking (char *). The end result is warnings about discarding the const qualifier.
This patch fixes these other function signatures.
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
|
| H A D | at91_emac.c | d7fb9bcfb29a1cbdbda7006658e76c2d9da0f66f Thu Jul 29 19:56:11 UTC 2010 Ben Warren <biggerbadderben@gmail.com> Fix compile warnings for const correctness
Commit 6e37b1a3a25004d3df5867de49fff6b3fc9c4f04 modifies several net calls to take a (const char *) parameter instead of (char *), but in some cases the modified functions call other functions taking (char *). The end result is warnings about discarding the const qualifier.
This patch fixes these other function signatures.
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
|
| /rk3399_rockchip-uboot/include/ |
| H A D | net.h | d7fb9bcfb29a1cbdbda7006658e76c2d9da0f66f Thu Jul 29 19:56:11 UTC 2010 Ben Warren <biggerbadderben@gmail.com> Fix compile warnings for const correctness
Commit 6e37b1a3a25004d3df5867de49fff6b3fc9c4f04 modifies several net calls to take a (const char *) parameter instead of (char *), but in some cases the modified functions call other functions taking (char *). The end result is warnings about discarding the const qualifier.
This patch fixes these other function signatures.
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
|