Greg Kroah-Hartman
2013-Sep-06 04:58 UTC
[PATCH RESEND v3 3/7] Intel MIC Host Driver, card OS state management.
Again, very minor fixups for later (I can even do them...)> +static DEVICE_ATTR(state, S_IRUGO|S_IWUSR, mic_show_state, mic_store_state);DEVICE_ATTR_RW() please. Same for the other attributes you create in this patch. thanks, greg k-h
Sudeep Dutt
2013-Sep-06 18:29 UTC
[PATCH RESEND v3 3/7] Intel MIC Host Driver, card OS state management.
On Thu, 2013-09-05 at 21:58 -0700, Greg Kroah-Hartman wrote:> Again, very minor fixups for later (I can even do them...) > > > +static DEVICE_ATTR(state, S_IRUGO|S_IWUSR, mic_show_state, mic_store_state); > > DEVICE_ATTR_RW() please. > > Same for the other attributes you create in this patch. >Sure, we will incorporate these changes along with your other feedback in patch 1 and post the next revision of this patch series. Thanks for the review! Sudeep Dutt
Greg Kroah-Hartman
2013-Sep-06 18:41 UTC
[PATCH RESEND v3 3/7] Intel MIC Host Driver, card OS state management.
On Fri, Sep 06, 2013 at 11:29:17AM -0700, Sudeep Dutt wrote:> On Thu, 2013-09-05 at 21:58 -0700, Greg Kroah-Hartman wrote: > > Again, very minor fixups for later (I can even do them...) > > > > > +static DEVICE_ATTR(state, S_IRUGO|S_IWUSR, mic_show_state, mic_store_state); > > > > DEVICE_ATTR_RW() please. > > > > Same for the other attributes you create in this patch. > > > > Sure, we will incorporate these changes along with your other feedback > in patch 1 and post the next revision of this patch series.There's no need to repost just yet. I can take these as-is after the merge window closes, and you can send follow-on patches for these minor issues, keeping you from having to do a respin, and me trying to remember what parts I reviewed and didn't review. So give me some time (i.e. wait for after 3.12-rc1 is out) and if I have further problems with the patches, I'll let you know, otherwise you'll get an automated email from my patch collection system saying the patches are applied. thanks, greg k-h
Apparently Analagous Threads
- [PATCH RESEND v3 3/7] Intel MIC Host Driver, card OS state management.
- [PATCH RESEND v3 3/7] Intel MIC Host Driver, card OS state management.
- [PATCH RESEND v3 3/7] Intel MIC Host Driver, card OS state management.
- [PATCH RESEND v3 1/7] Intel MIC Host Driver for X100 family.
- [PATCH RESEND v3 3/7] Intel MIC Host Driver, card OS state management.