From: Herbert Xu <[email protected]> The previous changeset left behind an unused inode variable. This patch removes it.
Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Herbert Xu <[email protected]> drivers/char/random.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/v4l-dvb.git?a=commitdiff;h=cd1510cb5f892907fe1a662f90b41fb3a42954e0 diff --git a/drivers/char/random.c b/drivers/char/random.c index 3495d64..2849713 100644 --- a/drivers/char/random.c +++ b/drivers/char/random.c @@ -1101,7 +1101,6 @@ static ssize_t random_write(struct file *file, const char __user *buffer, size_t count, loff_t *ppos) { size_t ret; - struct inode *inode = file->f_path.dentry->d_inode; ret = write_pool(&blocking_pool, buffer, count); if (ret) _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
