Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1488597

Re: [PATCH 03/11] staging: dgnc: missing NULL check for ioremap in

From Greg KH <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH 03/11] staging: dgnc: missing NULL check for ioremap in
Date 2016-09-22 09:30 +0200
Message-ID <sk6Cd-3ml-5@gated-at.bofh.it> (permalink)
References <sk4K6-2dI-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Sep 22, 2016 at 02:21:38PM +0900, Daeseok Youn wrote:
> The ioremap() function can be failed, so it need to have error
> handling in dgnc_do_remap(). And also the return type of
> dgnc_do_remap() should be changed from "void" to "int"
> 
> Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
> ---
>  drivers/staging/dgnc/dgnc_driver.c | 31 +++++++++++++++++++++----------
>  1 file changed, 21 insertions(+), 10 deletions(-)

Again, odd subject line, it seems to have been cut off.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 03/11] staging: dgnc: missing NULL check for ioremap in Daeseok Youn <daeseok.youn@gmail.com> - 2016-09-22 07:30 +0200
  Re: [PATCH 03/11] staging: dgnc: missing NULL check for ioremap in Greg KH <gregkh@linuxfoundation.org> - 2016-09-22 09:30 +0200

csiph-web