diff --git a/[refs] b/[refs] index e97afd30ff2a..5c8e7fcf7b5c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0fb3c244fe506d1c0e6138890685c1d5e8cd29e2 +refs/heads/master: d52361c6bd05488f8da3f4ac328b1f8df1701e96 diff --git a/trunk/drivers/staging/ti-soc-thermal/ti-bandgap.c b/trunk/drivers/staging/ti-soc-thermal/ti-bandgap.c index 5c946cd7d672..d479e507b8b1 100644 --- a/trunk/drivers/staging/ti-soc-thermal/ti-bandgap.c +++ b/trunk/drivers/staging/ti-soc-thermal/ti-bandgap.c @@ -511,7 +511,7 @@ static int _ti_bandgap_write_threshold(struct ti_bandgap *bgp, int id, int val, goto exit; spin_lock(&bgp->lock); - ti_bandgap_update_alert_threshold(bgp, id, adc_val, hot); + ret = ti_bandgap_update_alert_threshold(bgp, id, adc_val, hot); spin_unlock(&bgp->lock); exit: