commit | e4ac92df2791c1a3912643e9547941f430fda726 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue May 20 14:05:50 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 28 12:27:22 2014 -0700 |
tree | 35972365d5a1bc21456bce200ddae728ab90a831 | |
parent | 10389e66231f1abdf27caa61b822b59dc2fd86b8 [diff] |
serial: samsung: Neaten dbg uses Add format and argument checking and fix misuses in the dbg macro. Add __printf Use %pR for resource Add #include guard to samsung.h Move static functions from .h to .c Use vscnprintf instead of length unguarded vsprintf Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>