
In message Pine.LNX.4.64.0803310112130.6825@axis700.grange you wrote:
This patch is based on the port by Mihai Georgian (see linkstation.c for Copyright information) and implements support for LinkStation / KuroBox HD and HG PPC models from Buffalo Technology, whereby HD is deactivated at the moment, pending network driver fixing.
The code throws a lot of compiler warnings:
===== LOG/linkstation_HGLAN ===== hwctl.c: In function 'miconCntl_SendUart': hwctl.c:30: warning: pointer targets in passing argument 1 of 'out_8' differ in signedness rtl8169.c: In function 'rtl_recv': rtl8169.c:438: warning: passing argument 1 of '__fswab32' makes integer from pointer without a cast rtl8169.c: In function 'rtl_send': rtl8169.c:484: warning: passing argument 1 of '__fswab32' makes integer from pointer without a cast rtl8169.c: In function 'rtl8169_hw_start': rtl8169.c:582: warning: passing argument 2 of 'out_le32' makes integer from pointer without a cast rtl8169.c:583: warning: passing argument 2 of 'out_le32' makes integer from pointer without a cast rtl8169.c: In function 'rtl8169_init_ring': rtl8169.c:628: warning: passing argument 1 of '__fswab32' makes integer from pointer without a cast cmd_ide.c: In function 'ide_read': cmd_ide.c:1267: warning: integer constant is too large for 'long' type cmd_ide.c:1321: warning: right shift count >= width of type cmd_ide.c:1322: warning: right shift count >= width of type cmd_ide.c: In function 'ide_write': cmd_ide.c:1386: warning: integer constant is too large for 'long' type cmd_ide.c:1411: warning: right shift count >= width of type cmd_ide.c:1412: warning: right shift count >= width of type
Also, ther eis no entry for this board in the MAINTAINERS file.
Please fix. Thanks in advance.
Best regards,
Wolfgang Denk