Re: [PATCH -next] [SCSI] csiostor: convert to use simple_open()

2012-12-02 Thread Naresh Kumar Inna
On 12/2/2012 5:21 PM, Wei Yongjun wrote: > From: Wei Yongjun > > This removes an open coded simple_open() function and > replaces file operations references to the function > with simple_open() instead. > > Signed-off-by: Wei Yongjun > --- > drivers/scsi/csiostor/csio_init.c | 12 +---

[PATCH -next] [SCSI] csiostor: convert to use simple_open()

2012-12-02 Thread Wei Yongjun
From: Wei Yongjun This removes an open coded simple_open() function and replaces file operations references to the function with simple_open() instead. Signed-off-by: Wei Yongjun --- drivers/scsi/csiostor/csio_init.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --gi