[PATCH 5/9] staging: ks7010: Delete unnecessary uses of the variable "retval"

Wolfram Sang wsa at the-dreams.de
Thu Jul 21 06:27:26 UTC 2016


> >>>  	if (atomic_read(&priv->sleepstatus.status) == 0) {
> >>>  		rw_data = GCR_B_DOZE;
> >>> -		retval =
> >>> -		    ks7010_sdio_write(priv, GCR_B, &rw_data, sizeof(rw_data));
> >>> -		if (retval) {
> >>> +		if (ks7010_sdio_write(priv,
> >>> +				      GCR_B,
> >>> +				      &rw_data,
> >>> +				      sizeof(rw_data))) {
> >>
> >> A multi-line function call in an if test does not look nice at all.  The
> >> original code was an easy-to-read expectable pattern.
> > 
> > I agree. I am not strict on the 80 char limit, especially in cases like
> > the above.
> 
> Would you try an other source code formatting for the suggested change pattern?

I don't understand the question?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/attachments/20160721/eaa16a99/attachment.asc>


More information about the devel mailing list