Re: [PATCH] fnic: use simple_open instead of fnic_trace_ctrl_open

2013-07-12 Thread Hiral Patel (hiralpat)
On 7/11/13 11:50 PM, "Camelia Groza" wrote: >This removes the open coded fnic_trace_ctrl_open() function >and replaces file operations references to the function >with simple_open() instead. > >Found using coccinelle. > >Signed-off-by: Camelia Groza >--- > drivers/scsi/fnic/fnic_debugfs.c |

Re: [PATCH] fnic: use simple_open instead of fnic_trace_ctrl_open

2013-07-12 Thread Hiral Patel (hiralpat)
On 7/11/13 11:50 PM, Camelia Groza camelia.gr...@gmail.com wrote: This removes the open coded fnic_trace_ctrl_open() function and replaces file operations references to the function with simple_open() instead. Found using coccinelle. Signed-off-by: Camelia Groza camelia.gr...@gmail.com ---