From: Sylwester Nawrocki Date: Mon, 10 Jun 2013 11:54:30 +0000 (-0300) Subject: [media] s5p-tv: Do not ignore regulator/clk API return values in sdo_drv.c X-Git-Tag: v3.11-rc1~17^2~228 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d285837eaf5e363ac0ab1bf6deb110e007325949;p=pandora-kernel.git [media] s5p-tv: Do not ignore regulator/clk API return values in sdo_drv.c This patch fixes following compilation warning: drivers/media/platform/s5p-tv/sdo_drv.c: In function ‘sdo_runtime_resume’: drivers/media/platform/s5p-tv/sdo_drv.c:268:18: warning: ignoring return value of ‘regulator_enable’, declared with attribute warn_unused_result drivers/media/platform/s5p-tv/sdo_drv.c:269:18: warning: ignoring return value of ‘regulator_enable’, declared with attribute warn_unused_result Signed-off-by: Sylwester Nawrocki Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed