From 56382c20acfe9e1e4a04d7cd085f85d7eb006530 Mon Sep 17 00:00:00 2001 From: Stanislaw Gruszka Date: Mon, 21 Apr 2008 17:37:43 +0000 Subject: [PATCH] Type fix. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@349 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla_isp/linux/isp_scst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla_isp/linux/isp_scst.c b/qla_isp/linux/isp_scst.c index 206a28b1b..5f4c6371e 100644 --- a/qla_isp/linux/isp_scst.c +++ b/qla_isp/linux/isp_scst.c @@ -1180,7 +1180,7 @@ isp_read_proc(struct seq_file *seq, void *v) return (0); } -static int +static ssize_t isp_write_proc(struct file *file, const char __user *buf, size_t len, loff_t *off) { char *ptr, *p, *old;