Skip to content
Snippets Groups Projects
Commit 69e06832 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 81e2ff0b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment