On Tue, Sep 25, 2018 at 02:04:03AM +0000, YueHaibing wrote: > Fixes gcc '-Wunused-but-set-variable' warning: > > drivers/edac/i7core_edac.c: In function 'i7core_mce_check_error': > drivers/edac/i7core_edac.c:1818:21: warning: > variable 'pvt' set but not used [-Wunused-but-set-variable] > > Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> > --- > drivers/edac/i7core_edac.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c > index bd65f57..943aab6 100644 > --- a/drivers/edac/i7core_edac.c > +++ b/drivers/edac/i7core_edac.c > @@ -1815,14 +1815,12 @@ static int i7core_mce_check_error(struct notifier_block *nb, unsigned long val, > struct mce *mce = (struct mce *)data; > struct i7core_dev *i7_dev; > struct mem_ctl_info *mci; > - struct i7core_pvt *pvt; > > i7_dev = get_i7core_dev(mce->socketid); > if (!i7_dev) > return NOTIFY_DONE; > > mci = i7_dev->mci; > - pvt = mci->pvt_info; > > /* > * Just let mcelog handle it if the error is > Applied, thanks. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.