ov13858: fix endiannes warnings
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 23 Feb 2018 08:15:42 +0000 (03:15 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 23 Feb 2018 08:21:27 +0000 (03:21 -0500)
commita7bc5773cd166032e35e343dfb6067a93d8402d1
treea31ea995a00552d352119fd79d4fd31e34fc0ea9
parent3b498424002755b06a86d56acf9e4c8e5e5085ff
ov13858: fix endiannes warnings

3 warning regressions:
  + drivers/media/i2c/ov13858.c: warning: cast to restricted __be32:  => 1093:16
  + drivers/media/i2c/ov13858.c: warning: incorrect type in assignment (different base types):  => 1111:13
  + drivers/media/i2c/ov13858.c: warning: incorrect type in initializer (different base types):  => 1071:27

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/i2c/ov13858.c