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 m...@bues.ch 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

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 ha...@hauke-m.de 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 dan.carpen...@oracle.com

[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 dan.carpen...@oracle.com Signed-off-by: Hauke Mehrtens ha...@hauke-m.de --- drivers/ssb/driver_chipcommon_pmu.c | 6