All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael Büsch" <m@bues.ch>
To: Rand Deeb <rand.sec96@gmail.com>
Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org,
	deeb.rand@confident.ru, lvc-project@linuxtesting.org,
	voskresenski.stanislav@confident.ru
Subject: Re: [PATCH v2] ssb: Fix division by zero issue in ssb_calc_clock_rate
Date: Tue, 5 Sep 2023 08:20:19 +0200	[thread overview]
Message-ID: <20230905082019.3e111dc2@barney> (raw)
In-Reply-To: <20230904232346.34991-1-rand.sec96@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 368 bytes --]

On Tue,  5 Sep 2023 02:23:46 +0300
Rand Deeb <rand.sec96@gmail.com> wrote:
> --- 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/

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  parent reply	other threads:[~2023-09-05 16:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-04 23:23 [PATCH v2] ssb: Fix division by zero issue in ssb_calc_clock_rate Rand Deeb
2023-09-05  0:59 ` Larry Finger
2023-09-05  6:20 ` Michael Büsch [this message]
2023-09-07  6:00 ` Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230905082019.3e111dc2@barney \
    --to=m@bues.ch \
    --cc=deeb.rand@confident.ru \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=lvc-project@linuxtesting.org \
    --cc=rand.sec96@gmail.com \
    --cc=voskresenski.stanislav@confident.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.