commit | 547bcc3d18ddcc107b8aa7ca393830590c27978f | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Mon Jan 15 11:08:35 2018 +0100 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Wed Jan 24 12:04:07 2018 +0530 |
tree | 29f4441013ce209db23b38cea001a36d86d268cc | |
parent | 13129064161c1e90cb6f9e53c9501dc98a1f3c2e [diff] |
spi: Fix style violation and improve code This patch fixes a printf specifier style violation, reduces the scope of a variable, and turns a void pointer that is used with pointer arithmetic into a u8 pointer. Signed-off-by: Mario Six <mario.six@gdsys.cc> Reviewed-by: Jagan Teki <jagan@openedev.com>