kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dan Carpenter <dan.carpenter@oracle.com>
To: kernel-janitors@vger.kernel.org
Subject: re: [SCSI] async: introduce 'async_domain' type
Date: Tue, 17 Jul 2012 09:42:39 +0000	[thread overview]
Message-ID: <20120717094239.GA22237@elgon.mountain> (raw)

Hi Dan,

The patch 7d714a725c9f: "[SCSI] async: introduce 'async_domain' type"
from Jun 21, 2012, leads to the following warnings:

sound/soc/soc-dapm.c:1646:42: warning: incorrect type in argument 3 (different base types)
sound/soc/soc-dapm.c:1646:42:    expected struct async_domain *domain
sound/soc/soc-dapm.c:1646:42:    got struct list_head *<noident>
sound/soc/soc-dapm.c:1647:40: warning: incorrect type in argument 1 (different base types)
sound/soc/soc-dapm.c:1647:40:    expected struct async_domain *domain
sound/soc/soc-dapm.c:1647:40:    got struct list_head *<noident>
sound/soc/soc-dapm.c:1660:42: warning: incorrect type in argument 3 (different base types)
sound/soc/soc-dapm.c:1660:42:    expected struct async_domain *domain
sound/soc/soc-dapm.c:1660:42:    got struct list_head *<noident>
sound/soc/soc-dapm.c:1661:40: warning: incorrect type in argument 1 (different base types)
sound/soc/soc-dapm.c:1661:40:    expected struct async_domain *domain
sound/soc/soc-dapm.c:1661:40:    got struct list_head *<noident>
sound/soc/soc-dapm.c: In function ‘dapm_power_widgets’:
sound/soc/soc-dapm.c:1646:6: warning: passing argument 3 of ‘async_schedule_domain’ from incompatible pointer type [enabled by default]
In file included from sound/soc/soc-dapm.c:29:0:
sound/soc/soc-dapm.c:1647:2: warning: passing argument 1 of ‘async_synchronize_full_domain’ from incompatible pointer type [enabled by default]
In file included from sound/soc/soc-dapm.c:29:0:
sound/soc/soc-dapm.c:1660:6: warning: passing argument 3 of ‘async_schedule_domain’ from incompatible pointer type [enabled by default]
In file included from sound/soc/soc-dapm.c:29:0:
sound/soc/soc-dapm.c:1661:2: warning: passing argument 1 of ‘async_synchronize_full_domain’ from incompatible pointer type [enabled by default]
In file included from sound/soc/soc-dapm.c:29:0:

It looks like that file needs updating still.

regards,
dan carpenter


                 reply	other threads:[~2012-07-17  9:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20120717094239.GA22237@elgon.mountain \
    --to=dan.carpenter@oracle.com \
    --cc=kernel-janitors@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;
as well as URLs for NNTP newsgroup(s).