Re: [PATCH] seeq: use PTR_RET at init_module of driver
From: David Howells <dhowells@redhat.com> Date: 2012-07-29 17:42:00
Devendra Naga [off-list ref] wrote:
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 <redacted>