On Thu, Sep 19, 2019 at 04:28:53PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > The bar values are little endian, not big endian. The pack > function did it right but the unpack got it wrong. Fix it. > > Cc: stable@vger.kernel.org > Cc: linux-media@vger.kernel.org > Cc: Martin Bugge > Cc: Hans Verkuil > Cc: Thierry Reding > Cc: Mauro Carvalho Chehab > Fixes: 2c676f378edb ("[media] hdmi: added unpack and logging functions for InfoFrames") > Signed-off-by: Ville Syrjälä > --- > drivers/video/hdmi.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Thierry Reding