commit | 97a70b14395be0ca61b9fa56f8ff5f6313c26423 | [log] [tgz] |
---|---|---|
author | Mark Salter <msalter@redhat.com> | Wed Dec 12 15:36:38 2012 +0000 |
committer | David Howells <dhowells@redhat.com> | Wed Dec 12 15:46:14 2012 +0000 |
tree | bd34ec05a2d1be28210334c5693fb2ab94a74a5e | |
parent | 8f0bcbcab016324c2a3ba4cc715e8e523c29a578 [diff] |
MN10300: ttySM: clean up unnecessary casting 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>