Re: [PATCH RESEND v3 3/7] Intel MIC Host Driver, card OS state management.
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2013-09-06 04:56:16
Also in:
lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2013-09-06 04:56:16
Also in:
lkml
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