From: Kumar Gaurav <kumargauravgupta3@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [PATCH 1/6] drivers:usb:host:xhci.h Removing xhci_hcd from argument
Date: Sat, 17 Aug 2013 18:21:23 +0000 [thread overview]
Message-ID: <520FBC53.3000508@gmail.com> (raw)
In-Reply-To: <1376678922-15217-1-git-send-email-kumargauravgupta3@gmail.com>
On Saturday 17 August 2013 12:19 PM, Julia Lawall wrote:
> On Sat, 17 Aug 2013, Kumar Gaurav wrote:
>
>> On Saturday 17 August 2013 12:30 AM, Greg KH wrote:
>>> On Sat, Aug 17, 2013 at 12:18:42AM +0530, Kumar Gaurav wrote:
>>>> Removed struct xhci_hcd from xhci_readl fucntion as it's no more in use.
>>>> ---
>>>> drivers/usb/host/xhci.h | 3 +--
>>>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>>>
>>>> diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.hthe
>>>> index c338741..7cf0e41 100644
>>>> --- a/drivers/usb/host/xhci.h
>>>> +++ b/drivers/usb/host/xhci.h
>>>> @@ -1598,8 +1598,7 @@ static inline struct usb_hcd *xhci_to_hcd(struct
>>>> xhci_hcd *xhci)
>>>> /* TODO: copied from ehci.h - can be refactored? */
>>>> /* xHCI spec says all registers are little endian */
>>>> -static inline unsigned int xhci_readl(const struct xhci_hcd *xhci,
>>>> - __le32 __iomem *regs)
>>>> +static inline unsigned int xhci_readl(__le32 __iomem *regs)
>>> And you broke the build :(
>>>
>>> Sorry, that's not ok.
>>>
>>> greg k-h
>> I'm writing patch to change function definition along with changes in program
>> files where this function is called.
>> After changing all files i built the module and it compiled as well.
>>
>> There were 6 files which were using xhci_read. I fixed all the calls and
>> compiled.
>> Am i missing anything? Please suggest then i'll send patches again
> I haven't followed along in detail, but I think Greg wants one patch that
> fixes both the definition and all of the calls, and not one patch for each
> file.
>
> julia
yeah i understand that now. I wasn't aware of this before, i thought a
series of patch would be required for multiple files. My bad. I'm
resending in single patch
Regards
Kumar gaurav
prev parent reply other threads:[~2013-08-17 18:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-16 18:49 [PATCH 1/6] drivers:usb:host:xhci.h Removing xhci_hcd from argument Kumar Gaurav
2013-08-16 18:57 ` Greg KH
2013-08-16 19:00 ` Greg KH
2013-08-16 19:14 ` Greg KH
2013-08-16 19:16 ` Kumar Gaurav
2013-08-17 6:49 ` Julia Lawall
2013-08-17 18:21 ` Kumar Gaurav [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=520FBC53.3000508@gmail.com \
--to=kumargauravgupta3@gmail.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