From 094f1ca516cd32ecda8b99821a316cb4e0f367cd Mon Sep 17 00:00:00 2001 From: Sakari Ailus Date: Mon, 3 Nov 2014 17:55:51 -0300 Subject: [PATCH] [media] media: Fix a compiler warning in media_entity_pipeline_start() Patch "[media] media: Print information on failed link validation" cause a harmless compiler warning in printing a debug message. Fix this. The type casting is done do ensure the type really is suitable for printing as %u, as find_first_zero_bit() does return int on some architectures and unsigned long on others. Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed