[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YG3weJsOd2IZ5jRQ@kroah.com>
Date: Wed, 7 Apr 2021 19:48:40 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: min.li.xe@...esas.com
Cc: derek.kiernan@...inx.com, dragan.cvetic@...inx.com, arnd@...db.de,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next v2 2/2] misc: Add Renesas Synchronization
Management Unit (SMU) support
On Wed, Apr 07, 2021 at 01:33:35PM -0400, min.li.xe@...esas.com wrote:
> +static int
> +rsmu_open(struct inode *iptr, struct file *fptr)
> +{
> + return 0;
> +}
> +
> +static int
> +rsmu_release(struct inode *iptr, struct file *fptr)
> +{
> + return 0;
> +}
If you do nothing in an open/release function, then there is no need to
have them at all, you can remove them.
But this feels odd, how do you know what device you are using in your
ioctl command?
thanks,
greg k-h
Powered by blists - more mailing lists