LinkStation: fix compiler warning, add a maintainer
[platform/kernel/u-boot.git] / board / linkstation / hwctl.c
index 9db128a..2e5b5c8 100644 (file)
@@ -27,7 +27,7 @@
 /*--------------------------------------------------------------*/
 static inline void miconCntl_SendUart(unsigned char dat)
 {
-       out_8((char *)AVR_PORT, dat);
+       out_8((unsigned char *)AVR_PORT, dat);
        mdelay(1);
 }