[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1488281393.25838.27.camel@perches.com>
Date: Tue, 28 Feb 2017 03:29:53 -0800
From: Joe Perches <joe@...ches.com>
To: Julia Lawall <julia.lawall@...6.fr>
Cc: Arushi Singhal <arushisinghal19971997@...il.com>,
arnaud.patard@...-net.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
outreachy-kernel@...glegroups.com
Subject: Re: [Outreachy kernel] Re: [PATCH v7] staging: xgifb: correct the
multiple line dereference
On Tue, 2017-02-28 at 12:24 +0100, Julia Lawall wrote:
> It's drifting a little bit from the original issue, but the whole *i thing
> is not very nice. The function is used in only one place, and the call
> looks like this:
>
> temp = XGI_AjustCRT2Rate(ModeIdIndex, RefreshRateTableIndex,
> &i, pVBInfo);
>
> immediately followed by:
>
> return RefreshRateTableIndex + i;
>
> temp is never used. Could the function be made to return a negative error
> code on failure and the updated value of i on success? The (*i) could
> become just i, which would even be a little shorter.
I don't see why not.
Powered by blists - more mailing lists