git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f0bcbc
)
MN10300: ttySM: clean up unnecessary casting
author
Mark Salter
<msalter@redhat.com>
Wed, 12 Dec 2012 15:36:38 +0000
(15:36 +0000)
committer
David Howells
<dhowells@redhat.com>
Wed, 12 Dec 2012 15:46:14 +0000
(15:46 +0000)
The ttySM uart data register pointers are declared as void* pointers. Change
them to u8* pointers so we don't need to use casts in the code.
Signed-off-by: Mark Salter <msalter@redhat.com>
Signed-off-by: David Howells <dhowells@redhat.com>
No differences found