OSDN Git Service

drivers: pnp: proc.c: Removed unnecessary varibles
authorAnupama K Patil <anupamakpatil123@gmail.com>
Thu, 22 Apr 2021 18:03:22 +0000 (23:33 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 May 2021 19:07:14 +0000 (21:07 +0200)
commit17e336db2b8ac5a91036184771655abe2d158273
treea67feec9af4037978d2f36f0a735e12331bcdbd3
parentca263dd848a26d243dca113469e6cff31a131bb6
drivers: pnp: proc.c: Removed unnecessary varibles

de, e are two variables of the type 'struct proc_dir_entry'
which can be removed to save memory. This also fixes a coding style
issue reported by checkpatch where we are suggested to make assignment
outside the if statement.

Reviewed-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Anupama K Patil <anupamakpatil123@gmail.com>
Link: https://lore.kernel.org/r/20210422180322.7wlyg63kv3n2k6id@ubuntu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pnp/isapnp/proc.c