All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: Shivani Bhardwaj <shivanib134@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH v2 3/3] Staging: wilc1000: linux_wlan: Replace function calls
Date: Wed, 28 Oct 2015 18:40:19 +0530	[thread overview]
Message-ID: <20151028131019.GB16810@sudip-pc> (raw)
In-Reply-To: <f2a06d6455d1f322d873ec728f622162fd00d959.1446032441.git.shivanib134@gmail.com>

On Wed, Oct 28, 2015 at 05:19:04PM +0530, Shivani Bhardwaj wrote:
> Replace calls to wrapper functions with the actual functions called by
> wrapper functions. Definitions needed to make those calls should also be added.
> 
> Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
> ---

Not build tested. :(

error: implicit declaration of function ‘linux_sdio_set_speed’ [-Werror=implicit-function-declaration]
  nwi->io_func.u.sdio.sdio_set_max_speed = linux_sdio_set_speed(MAX_SPEED);

drivers/staging/wilc1000/linux_wlan.c:990:41: warning: assignment makes pointer from integer without a cast [enabled by default]
  nwi->io_func.u.sdio.sdio_set_max_speed = linux_sdio_set_speed(MAX_SPEED);

drivers/staging/wilc1000/linux_wlan.c:991:68: error: ‘sdio_default_speed’ undeclared (first use in this function)

regards
sudip


  reply	other threads:[~2015-10-28 13:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-28 11:47 [PATCH v2 0/3] Drop wrapper functions and clean up the code Shivani Bhardwaj
2015-10-28 11:48 ` [PATCH v2 1/3] Staging: wilc1000: linux_wlan_sdio: Drop unneeded wrapper functions Shivani Bhardwaj
2015-10-28 13:05   ` [Outreachy kernel] " Sudip Mukherjee
2015-10-28 11:48 ` [PATCH v2 2/3] Staging: wilc1000: linux_wlan_sdio: Remove unnecessary blank lines Shivani Bhardwaj
2015-10-28 11:49 ` [PATCH v2 3/3] Staging: wilc1000: linux_wlan: Replace function calls Shivani Bhardwaj
2015-10-28 13:10   ` Sudip Mukherjee [this message]
2015-10-28 16:09     ` [Outreachy kernel] " Shivani Bhardwaj
2015-10-28 16:58       ` Shivani Bhardwaj
2015-10-29  5:41         ` Sudip Mukherjee
2015-10-28 13:48   ` Julia Lawall
2015-10-28 16:07     ` Shivani Bhardwaj

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=20151028131019.GB16810@sudip-pc \
    --to=sudipm.mukherjee@gmail.com \
    --cc=outreachy-kernel@googlegroups.com \
    --cc=shivanib134@gmail.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 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.