From: Mauro Carvalho Chehab Date: Fri, 1 Nov 2013 15:40:40 +0000 (-0300) Subject: [media] tda9887: remove an warning when compiling for alpha X-Git-Tag: v3.13-rc1~46^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=408679cd3ccfd91a5b63337ec4dd0b6b3d6a6504;p=pandora-kernel.git [media] tda9887: remove an warning when compiling for alpha There's no need to zero the buffer, as if the routine gets an error, rc will be different than one. That fixes the following warning: drivers/media/tuners/tda9887.c: In function 'tda9887_status': drivers/media/tuners/tda9887.c:539:2: warning: value computed is not used [-Wunused-value] While here, make fix the CodingStyle on this function. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed