Re: [PATCH] Staging: serqt_usb: switch to proc_fops

From: Greg KH
Date: Mon Apr 06 2009 - 01:44:39 EST


On Sun, Apr 05, 2009 at 04:37:48AM +0400, Alexander Beregalov wrote:
> Fix this build error:
> serqt_usb.c:441: error: unknown field 'read_proc' specified in initializer
>
> tty_operations::read_proc was removed in 0f043a81e
> (proc tty: remove struct tty_operations::read_proc)
>
> Signed-off-by: Alexander Beregalov <a.beregalov@xxxxxxxxx>

Thanks for the patch, but I just deleted this function completely, as
it's not needed at all. The driver needs to be converted to use the
usb-serial layer, not duplicate it, incorrectly, as it currently has
done. I'm still working on it, that's why it's in the staging tree :)

thanks again,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/