From: Devendra Naga Date: Sun, 29 Jul 2012 03:28:47 +0000 (+0000) Subject: seeq: use PTR_RET at init_module of driver X-Git-Tag: v3.6-rc1~30^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17a2bf798621ce8579f7563deaf4640f15931d0e;p=pandora-kernel.git seeq: use PTR_RET at init_module of driver the driver sees wether the dev_seeq pointer is having a error that can be read by using the PTR_ERR, and returns it at error case, other wise 0 at success case. the PTR_RET does the same thing, and use PTR_RET instead of redoing the code of PTR_RET Signed-off-by: Devendra Naga Acked-by: David Howells Reviewed-by: Jiri Pirko Signed-off-by: David S. Miller --- Reading git-diff-tree failed