Re: [PATCH] ssb: fix handling of ssb_pmu_get_alp_clock()

2015-06-09 Thread Ralf Baechle
On Sun, Jun 07, 2015 at 09:02:23AM +0200, Michael Büsch wrote: > Signed-off-by: Michael Buesch > > Can some MIPS people take this, please? Will do, as usual. Unfortunately this missed my last pull request so it's going to Linus by the end of the week. Ralf -- To unsubscribe from this list:

Re: [PATCH] ssb: fix handling of ssb_pmu_get_alp_clock()

2015-06-07 Thread Michael Büsch
On Sun, 7 Jun 2015 01:52:51 +0200 Hauke Mehrtens wrote: > Dan Carpenter reported missing brackets which resulted in reading a > wrong crystalfreq value. I also noticed that the result of this > function is ignored. > > Reported-By: Dan Carpenter > Signed-off-by: Hauke Mehrtens > --- > driver

[PATCH] ssb: fix handling of ssb_pmu_get_alp_clock()

2015-06-06 Thread Hauke Mehrtens
Dan Carpenter reported missing brackets which resulted in reading a wrong crystalfreq value. I also noticed that the result of this function is ignored. Reported-By: Dan Carpenter Signed-off-by: Hauke Mehrtens --- drivers/ssb/driver_chipcommon_pmu.c | 6 +++--- 1 file changed, 3 insertions(+),