From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>,
devel@driverdev.osuosl.org, gregkh@linuxfoundation.org,
linux-kernel@vger.kernel.org, Joe Perches <joe@perches.com>
Subject: Re: [PATCH v2] bcm/CmHost.c: Fix noisy compile warnings
Date: Thu, 16 Oct 2014 00:59:42 -0700 [thread overview]
Message-ID: <1413446382.2412.57.camel@jtkirshe-mobl> (raw)
In-Reply-To: <20141016075211.GE23154@mwanda>
[-- Attachment #1: Type: text/plain, Size: 2144 bytes --]
On Thu, 2014-10-16 at 10:52 +0300, Dan Carpenter wrote:
> On Wed, Oct 15, 2014 at 01:26:07PM -0700, Jeff Kirsher wrote:
> > On Wed, 2014-10-15 at 22:55 +0300, Dan Carpenter wrote:
> > > On Wed, Oct 15, 2014 at 12:01:41PM -0700, Jeff Kirsher wrote:
> > > > From: Fabio Estevam <fabio.estevam@freescale.com>
> > > >
> > > > The Beceem WIMAX was generating compile warnings on 64bit machines,
> > > > which were:
> > > >
> > > > drivers/staging/bcm/CmHost.c: In function ‘StoreCmControlResponseMessage’:
> > > > drivers/staging/bcm/CmHost.c:1503:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
> > > > (struct bcm_connect_mgr_params *) ntohl(
> > > > ^
> > > > drivers/staging/bcm/CmHost.c:1546:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
> > > > (struct bcm_connect_mgr_params *) ntohl(
> > > > ^
> > > > drivers/staging/bcm/CmHost.c:1564:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
> > > > (struct bcm_connect_mgr_params *) ntohl(
> > > >
> > > > This resolves the issue by preventing the driver to compile if CONFIG_64BIT
> > > > is enabled, since the driver is known to be broken for 64 bit arch's.
> > > >
> > >
> > > Oops. Someone turned a Joe patch into a real patch. Please enable
> > > COMPILE_TEST for this.
> >
> > I agree with Joe, that COMPILE_TEST is not useful for this driver.
>
> If we remove the driver fine, but if we keep the driver then we should
> do enable any QA testing we can.
Sorry, after thinking about this more, I think that Joe and I jumped to
the conclusion that adding COMPILE_TEST meant to add " || COMPILE_TEST"
which would generate the same compile warnings we see now, especially
when doing allmodconfig. But, if we added " && COMPILE_TEST", along
with the other Kconfig change, then I am fine with that.
So yes, I am on the same page with you. If we end up keeping the
driver, then I will respin the patch to add && COMPILE_TEST. I will
wait to re-spin based on whether Greg accepts the patch to remove the
driver or not.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2014-10-16 8:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-15 19:01 [PATCH v2] bcm/CmHost.c: Fix noisy compile warnings Jeff Kirsher
2014-10-15 19:55 ` Dan Carpenter
2014-10-15 20:26 ` Jeff Kirsher
2014-10-16 7:52 ` Dan Carpenter
2014-10-16 7:59 ` Jeff Kirsher [this message]
2014-10-16 8:09 ` Dan Carpenter
2014-10-15 22:59 ` Jeff Kirsher
2014-10-16 8:13 ` Greg KH
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=1413446382.2412.57.camel@jtkirshe-mobl \
--to=jeffrey.t.kirsher@intel.com \
--cc=dan.carpenter@oracle.com \
--cc=devel@driverdev.osuosl.org \
--cc=fabio.estevam@freescale.com \
--cc=gregkh@linuxfoundation.org \
--cc=joe@perches.com \
--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 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.