|
@@ -437,7 +437,6 @@ static ssize_t file_write(struct file *file, const char __user * buffer,
|
|
size_t count, loff_t * ppos)
|
|
size_t count, loff_t * ppos)
|
|
{
|
|
{
|
|
int minor = iminor(file_inode(file));
|
|
int minor = iminor(file_inode(file));
|
|
- struct rtlx_channel *rt = &rtlx->channel[minor];
|
|
|
|
|
|
|
|
/* any space left... */
|
|
/* any space left... */
|
|
if (!rtlx_write_poll(minor)) {
|
|
if (!rtlx_write_poll(minor)) {
|