commit | 40b73e16675ee2e77358ed1cfc3364c8bf000e4f | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Thu May 10 12:42:18 2018 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 11 12:02:06 2018 +0200 |
tree | 3113bd65e93273ab3f0469f1435c761fff5a3e05 | |
parent | 6166045e7964067dba0da43a122de27ceb49be7b [diff] |
staging: bcm2835-camera: Fix warnings about string ops on v4l2 uapi. The v4l2 uapi uses u8[] for strings, so cast those to char * to avoid compiler warnings about unsigned vs signed with sprintf() and friends. Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>