[PATCH v2 8/7] iw_handler.h: Use SIOCIWFIRST not SIOCSIWCOMMIT for offset comment
On Thu, 2010-03-18 at 13:12 -0400, Pavel Roskin wrote: please change a comment referring to SIOCSIWCOMMIT in include/net/iw_handler.h Signed-off-by: Joe Perches <joe(a)perches.com> --- diff --git a/include/net/iw_handler.h b/include/net/iw_handler.h index b2b98f3..3afdb21 100644 --- a/include/net/iw_handler.... 18 Mar 2010 14:20
slab: convert cpu notifier to return encapsulate errno value
On Thu, Mar 18, 2010 at 11:05 AM, Akinobu Mita <akinobu.mita(a)gmail.com> wrote: By the previous modification, the cpu notifier can return encapsulate errno value. This converts the cpu notifiers for slab. Signed-off-by: Akinobu Mita <akinobu.mita(a)gmail.com> Cc: Christoph Lameter <cl(a)linux-foundation.org> ... 18 Mar 2010 14:20
drivers/net/wireless: Use STD_IW_HANDLER macro
On Wed, 2010-03-17 at 23:21 -0700, Joe Perches wrote: Convert direct uses of [ (foo - SIOCIWFIRST) , fn) Signed-off-by: Joe Perches <joe(a)perches.com> .... static const iw_handler wl3501_handler[] = { - [SIOCGIWNAME - SIOCIWFIRST] = wl3501_get_name, .... + STD_IW_HANDLER(SIOCGIWNAME, wl3501_get_nam... 18 Mar 2010 14:20
of/drivers: Always use struct device.of_node to get node pointer
On Thu, 18 Mar 2010 11:07:35 -0600 Grant Likely <grant.likely(a)secretlab.ca> wrote: On Thu, Mar 18, 2010 at 10:59 AM, Sean MacLennan <smaclennan(a)pikatech.com> wrote: On Thu, 18 Mar 2010 09:22:39 -0600 Grant Likely <grant.likely(a)secretlab.ca> wrote: The following structure elements duplicate... 18 Mar 2010 14:20
of/drivers: Always use struct device.of_node to get node pointer
On Thu, Mar 18, 2010 at 10:59 AM, Sean MacLennan <smaclennan(a)pikatech.com> wrote: On Thu, 18 Mar 2010 09:22:39 -0600 Grant Likely <grant.likely(a)secretlab.ca> wrote: The following structure elements duplicate the information in 'struct device.of_node' and so are being eliminated. �This patches make... 18 Mar 2010 14:20
staging: winbond: mlme_s.h Coding style fixes
Lars Lindley wrote: I fixed all problems found by checkpatch.pl except typedefs. Signed-off-by: Lars Lindley <lindley(a)coyote.org> This is probably going to conflict with my typedef removal patches but there's no much we can do until Greg merges the patches. Acked-by: Pekka Enberg <penberg(a)cs.helsinki.... 19 Mar 2010 21:15
staging: winbond: mds.c: converted long if-else to switch
Lars Lindley wrote: I converted the long if-else in function Mds_HeaderCopy() to a switch instead. It compiles fine but i don't have the hardware to test. Please check that I didn't do anything bad to it.. The patch applies on top of this patch: Message-Id: <1268670973-6223-1-git-send-email-lindley(a)coyot... 18 Mar 2010 14:20
staging: winbond: phy_calibration.h coding style cleanup.
Lars Lindley wrote: I fixed all checkpatch.pl problems, removed versioning comments and "commented away" code. Signed-off-by: Lars Lindley <lindley(a)coyote.org> Acked-by: Pekka Enberg <penberg(a)cs.helsinki.fi> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a... 18 Mar 2010 14:20
[PATCH 0/3] add support for Janz MODULbus devices
This patch series adds support for the Janz CMOD-IO carrier board, as well as the Janz VMOD-ICAN3 Intelligent CAN controller and the Janz VMOD-TTL Digital IO controller. The CMOD-IO carrier board is a PCI to MODULbus bridge, into which plug MODULbus daughterboards. I only have access to two types of daughtercards,... 18 Mar 2010 14:20
Add tracing_off_event() to stop tracing when a bug or warning occur
On Thu, Mar 18, 2010 at 10:56 AM, Steven Rostedt <rostedt(a)goodmis.org> wrote: [ Expanded the Cc list ] On Thu, 2010-03-18 at 09:48 -0400, Chase Douglas wrote: The tracing_off_event() function calls tracing_off() to stop tracing when an event occurs. By default, only BUG-type events stop tracing, wh... 18 Mar 2010 14:20