mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
nvmem: lpc18xx_eeprom: remove unused variable
Remove a variable that's no longer used from lpc18xx_eeprom_remove(). Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cccb3b19e7
commit
098ec84f1a
@ -255,7 +255,6 @@ err_clk:
|
||||
static int lpc18xx_eeprom_remove(struct platform_device *pdev)
|
||||
{
|
||||
struct lpc18xx_eeprom_dev *eeprom = platform_get_drvdata(pdev);
|
||||
int ret;
|
||||
|
||||
clk_disable_unprepare(eeprom->clk);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user