[PATCH] staging: comedi: Remove unwanted lines of code

Ian Abbott abbotti at mev.co.uk
Fri Apr 24 09:45:22 UTC 2015


On 23/04/15 20:14, Gujulan Elango, Hari Prasath (H.) wrote:
> This patch removes a few lines of code & retains the same functionality
>
> Signed-off-by: Hari Prasath Gujulan Elango <hgujulan at visteon.com>
> ---
>   drivers/staging/comedi/drivers/cb_pcimdda.c | 6 +-----
>   1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/drivers/staging/comedi/drivers/cb_pcimdda.c b/drivers/staging/comedi/drivers/cb_pcimdda.c
> index a4781db..19210d8 100644
> --- a/drivers/staging/comedi/drivers/cb_pcimdda.c
> +++ b/drivers/staging/comedi/drivers/cb_pcimdda.c
> @@ -164,11 +164,7 @@ static int cb_pcimdda_auto_attach(struct comedi_device *dev,
>
>   	s = &dev->subdevices[1];
>   	/* digital i/o subdevice */
> -	ret = subdev_8255_init(dev, s, NULL, PCIMDDA_8255_BASE_REG);
> -	if (ret)
> -		return ret;
> -
> -	return 0;
> +	return subdev_8255_init(dev, s, NULL, PCIMDDA_8255_BASE_REG);
>   }
>
>   static struct comedi_driver cb_pcimdda_driver = {
>

Reviewed-by: Ian Abbott <abbotti at mev.co.uk>

-- 
-=( Ian Abbott @ MEV Ltd.    E-mail: <abbotti at mev.co.uk> )=-
-=(                          Web: http://www.mev.co.uk/  )=-


More information about the devel mailing list