From: Peter Huewe Date: Fri, 25 Jan 2013 22:10:12 +0000 (-0300) Subject: [media] staging/media/solo6x10: Use PTR_RET rather than if(IS_ERR(...)) + PTR_ERR X-Git-Tag: v3.9-rc1~93^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d0ee461fd173fea8ca254924263f189a3f0dc08;p=pandora-kernel.git [media] staging/media/solo6x10: Use PTR_RET rather than if(IS_ERR(...)) + PTR_ERR Found with coccicheck. The semantic patch that makes this change is available in scripts/coccinelle/api/ptr_ret.cocci. Signed-off-by: Peter Huewe Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed