linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Harini Katakam <harinik@xilinx.com>
To: Vinod Koul <vkoul@kernel.org>
Cc: Harini Katakam <harini.katakam@xilinx.com>,
	dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org,
	Michal Simek <michal.simek@xilinx.com>,
	radhey.shyam.pandey@xilinx.com, shravya.kumbham@xilinx.com
Subject: Re: [PATCH] dmaengine: pl330: Typecast with enum to fix the coverity warning
Date: Tue, 14 Sep 2021 13:37:21 +0530	[thread overview]
Message-ID: <CAFcVEC+HuZHnpMy3TWSThwHXBR_W_ZLggKd4hmcjFn459LaLXA@mail.gmail.com> (raw)
In-Reply-To: <YQEA0DWG4X8U83/z@matsya>

Hi Vinod,

<snip>
> >       pch->cyclic = true;
> > -     desc->txd.flags = flags;
> > +     desc->txd.flags = (enum dma_ctrl_flags)flags;
>
> Does this driver use the txd.flags?

Sorry for the delayed response. This flag is not used and I'm working
on another patch to remove it.

Regards,
Harini

      reply	other threads:[~2021-09-14  8:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-29 10:37 [PATCH] dmaengine: pl330: Typecast with enum to fix the coverity warning Harini Katakam
2021-07-28  7:01 ` Vinod Koul
2021-09-14  8:07   ` Harini Katakam [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=CAFcVEC+HuZHnpMy3TWSThwHXBR_W_ZLggKd4hmcjFn459LaLXA@mail.gmail.com \
    --to=harinik@xilinx.com \
    --cc=dmaengine@vger.kernel.org \
    --cc=harini.katakam@xilinx.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michal.simek@xilinx.com \
    --cc=radhey.shyam.pandey@xilinx.com \
    --cc=shravya.kumbham@xilinx.com \
    --cc=vkoul@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;
as well as URLs for NNTP newsgroup(s).