From: Vineeth Vijayan <vneethv@linux.vnet.ibm.com>
To: YueHaibing <yuehaibing@huawei.com>,
vneethv@linux.ibm.com, oberpar@linux.ibm.com,
heiko.carstens@de.ibm.com, gor@linux.ibm.com,
borntraeger@de.ibm.com, gustavo@embeddedor.com
Cc: linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH -next] s390/cio: Remove unused inline functionidset_sch_get_first
Date: Mon, 11 May 2020 11:05:27 +0200 [thread overview]
Message-ID: <2dbdf71e427a4b1df365412df34c773bc57528a9.camel@linux.vnet.ibm.com> (raw)
In-Reply-To: <20200508140643.30540-1-yuehaibing@huawei.com>
Thank you.
This patch will be part of the s390's next patch submission.
Reviewed-by: Vineeth Vijayan <vneethv@linux.ibm.com>
Regards,
Vineeth
On Fri, 2020-05-08 at 22:06 +0800, YueHaibing wrote:
> commit 8ebd51a705c5 ("s390/cio: idset.c: remove some unused
> functions")
> left behind this, remove it
>
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
> drivers/s390/cio/idset.c | 12 ------------
> 1 file changed, 12 deletions(-)
>
> diff --git a/drivers/s390/cio/idset.c b/drivers/s390/cio/idset.c
> index 77d0ea7b381b..45f9c0736be4 100644
> --- a/drivers/s390/cio/idset.c
> +++ b/drivers/s390/cio/idset.c
> @@ -59,18 +59,6 @@ static inline int idset_contains(struct idset *set,
> int ssid, int id)
> return test_bit(ssid * set->num_id + id, set->bitmap);
> }
>
> -static inline int idset_get_first(struct idset *set, int *ssid, int
> *id)
> -{
> - int bitnum;
> -
> - bitnum = find_first_bit(set->bitmap, set->num_ssid * set-
> >num_id);
> - if (bitnum >= set->num_ssid * set->num_id)
> - return 0;
> - *ssid = bitnum / set->num_id;
> - *id = bitnum % set->num_id;
> - return 1;
> -}
> -
> struct idset *idset_sch_new(void)
> {
> return idset_new(max_ssid + 1, __MAX_SUBCHANNEL + 1);
prev parent reply other threads:[~2020-05-11 9:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-08 14:06 YueHaibing
2020-05-11 9:05 ` Vineeth Vijayan [this message]
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=2dbdf71e427a4b1df365412df34c773bc57528a9.camel@linux.vnet.ibm.com \
--to=vneethv@linux.vnet.ibm.com \
--cc=borntraeger@de.ibm.com \
--cc=gor@linux.ibm.com \
--cc=gustavo@embeddedor.com \
--cc=heiko.carstens@de.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=oberpar@linux.ibm.com \
--cc=vneethv@linux.ibm.com \
--cc=yuehaibing@huawei.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®