Thread (4 messages) 4 messages, 4 authors, 2023-09-07

Re: [PATCH v2] ssb: Fix division by zero issue in ssb_calc_clock_rate

From: Michael Büsch <m@bues.ch>
Date: 2023-09-05 15:58:43
Also in: lkml

On Tue,  5 Sep 2023 02:23:46 +0300
Rand Deeb [off-list ref] wrote:
quoted hunk ↗ jump to hunk
--- a/drivers/ssb/main.c
+++ b/drivers/ssb/main.c
@@ -835,7 +835,7 @@ static u32 clkfactor_f6_resolve(u32 v)
 	case SSB_CHIPCO_CLK_F6_7:
 		return 7;
 	}
-	return 0;
+	return 1;
 }
Acked-by: Michael Büsch <m@bues.ch>


-- 
Michael Büsch
https://bues.ch/

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help