From: Michal Marek <mmarek@suse.com>
To: laerdevstudios@gmail.com
Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org,
driverdev-devel@linuxdriverproject.org
Subject: Re: [PATCH] staging: netlogic: removed 1 multiple assignment checkpatch warning
Date: Tue, 15 Mar 2016 17:09:47 +0100 [thread overview]
Message-ID: <56E833CB.1060407@suse.com> (raw)
In-Reply-To: <1457688147-8191-1-git-send-email-laerdevstudios@gmail.com>
This should go to the staging mailing list.
Michal
Dne 11.3.2016 v 10:22 laerdevstudios@gmail.com napsal(a):
> From: Parth Sane <laerdevstudios@gmail.com>
>
> Fixed netlogic checkpatch multiple assignment warning in platform_net.c
>
> Signed-off-by: Parth Sane <laerdevstudios@gmail.com>
> ---
> drivers/staging/netlogic/platform_net.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/staging/netlogic/platform_net.c b/drivers/staging/netlogic/platform_net.c
> index 7806c2b..daee1b2 100644
> --- a/drivers/staging/netlogic/platform_net.c
> +++ b/drivers/staging/netlogic/platform_net.c
> @@ -86,7 +86,8 @@ static void xlr_resource_init(struct resource *res, int offset, int irq)
>
> res++;
> res->name = "gmac";
> - res->start = res->end = irq;
> + res->end = irq;
> + res->start = res->end;
> res->flags = IORESOURCE_IRQ;
> }
>
>
next prev parent reply other threads:[~2016-03-15 16:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-11 9:22 [PATCH] staging: netlogic: removed 1 multiple assignment checkpatch warning laerdevstudios
2016-03-15 16:09 ` Michal Marek [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-03-11 9:15 laerdevstudios
2016-03-11 9:18 ` Parth Sane
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=56E833CB.1060407@suse.com \
--to=mmarek@suse.com \
--cc=driverdev-devel@linuxdriverproject.org \
--cc=laerdevstudios@gmail.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/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