linux-stable/drivers/ssb
Rand Deeb e0b5127fa1 ssb: Fix division by zero issue in ssb_calc_clock_rate
In ssb_calc_clock_rate(), there is a potential issue where the value of
m1 could be zero due to initialization using clkfactor_f6_resolv(). This
situation raised concerns about the possibility of a division by zero
error.

We fixed it by following the suggestions provided by Larry Finger
<Larry.Finger@lwfinger.net> and Michael Büsch <m@bues.ch>. The fix
involves returning a value of 1 instead of 0 in clkfactor_f6_resolv().
This modification ensures the proper functioning of the code and
eliminates the risk of division by zero errors.

Signed-off-by: Rand Deeb <rand.sec96@gmail.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Acked-by: Michael Büsch <m@bues.ch>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230904232346.34991-1-rand.sec96@gmail.com
2023-09-07 09:00:05 +03:00
..
b43_pci_bridge.c
bridge_pcmcia_80211.c
driver_chipcommon.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
driver_chipcommon_pmu.c ssb: Replace HTTP links with HTTPS ones 2020-07-15 19:47:10 +03:00
driver_chipcommon_sflash.c
driver_extif.c
driver_gige.c
driver_gpio.c ssb: gpio: Use generic_handle_irq_safe() 2022-09-19 15:08:38 +02:00
driver_mipscore.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
driver_pcicore.c ssb: pcicore: Fix indentation of comment 2021-06-15 13:09:30 +03:00
embedded.c
host_soc.c
Kconfig
main.c ssb: Fix division by zero issue in ssb_calc_clock_rate 2023-09-07 09:00:05 +03:00
Makefile
pci.c ssb: remove unreachable code 2022-05-11 08:29:11 +03:00
pcihost_wrapper.c ssb: Use dev_driver_string() instead of pci_dev->driver->name 2021-10-12 17:50:12 -05:00
pcmcia.c ssb: use DEVICE_ATTR_ADMIN_RW() helper macro 2021-06-15 13:11:56 +03:00
scan.c ssb: Fix error return code in ssb_bus_scan() 2021-06-15 13:10:42 +03:00
sdio.c ssb: sdio: Don't overwrite const buffer if block_write fails 2021-06-15 13:10:59 +03:00
sprom.c ssb: Replace HTTP links with HTTPS ones 2020-07-15 19:47:10 +03:00
ssb_private.h