MLK-17058 media: csi: fix spurious warning message
When boot up with 4K HDMI display, and at same time do a capture with
720p (or above), meet following message.
[ 241.572132] mx6s-csi
30a90000.csi1_bridge:
82300000 !=
82300000
[ 241.604974] mx6s-csi
30a90000.csi1_bridge:
82700000 !=
82700000
[ 241.638305] mx6s-csi
30a90000.csi1_bridge:
82b00000 !=
82b00000
[ 241.704969] mx6s-csi
30a90000.csi1_bridge:
82300000 !=
82300000
...
cast the type of unsigned long to unsigned int before compare two variables
to fix it.
Signed-off-by: Robby Cai <robby.cai@nxp.com>
Reviewed-by: Sandor Yu <sandor.yu@nxp.com>
(cherry picked from commit
0972b05917dd5bd3d6aa28e57b7181d647da28b8)