commit | 69e0683241ae291729adc8737fddfeae9801b024 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 05 14:40:02 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Mar 15 16:14:01 2013 -0400 |
tree | 27672519b0bed2dabefb7d9dceff711983737d36 | |
parent | 81e2ff0bf13506c16cc8bbf449f6623ea8c5d84a [diff] |
serial: ns16550: Remove unwanted cast This cast does not seem correct, since we should be writing to a pointer, not a ulong. This fixes the following warning on nds32: -ns16550.c:49: warning: passing argument 2 of 'writeb' makes pointer from integer without a cast Signed-off-by: Simon Glass <sjg@chromium.org>