- 28 7月, 2010 6 次提交
-
-
由 Greg Kroah-Hartman 提交于
typedefs are bad, kill them. Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Greg Kroah-Hartman 提交于
typedefs are bad, kill them. Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Greg Kroah-Hartman 提交于
This dma flag is no longer in the kernel. Remove it as it's pointless and it causes a build error. Cc: Endre Kollar <taxy443@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Endre Kollar 提交于
The usb_submit_urb function in debug mode monitors the bogus flags. The client driver errors should not be conveyed to the local USB device. Signed-off-by: NEndre Kollar <taxy443@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Endre Kollar 提交于
usb_device->ep_in/out includes the necessary endpoints, search is not needed. Signed-off-by: NEndre Kollar <taxy443@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Endre Kollar 提交于
The stub_probe function instantiates an stub_dev object for all interfaces. Wich causes a problem. The stub_dev object belongs to their own interfaces. This patch creates the sdev object at the first stub_probe call, the other calls associate the interfaces to this. Signed-off-by: NEndre Kollar <taxy443@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
- 27 7月, 2010 25 次提交
-
-
由 Mike McCormack 提交于
Signed-off-by: NMike McCormack <mikem@ring3k.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Mike McCormack 提交于
Signed-off-by: NMike McCormack <mikem@ring3k.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Mike McCormack 提交于
Signed-off-by: NMike McCormack <mikem@ring3k.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Mike McCormack 提交于
Signed-off-by: NMike McCormack <mikem@ring3k.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Mike McCormack 提交于
Signed-off-by: NMike McCormack <mikem@ring3k.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Mike McCormack 提交于
Signed-off-by: NMike McCormack <mikem@ring3k.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Mike McCormack 提交于
Move some function prototypes to the top of the file and make some functions static. Signed-off-by: NMike McCormack <mikem@ring3k.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Mike McCormack 提交于
Signed-off-by: NMike McCormack <mikem@ring3k.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Mike McCormack 提交于
Signed-off-by: NMike McCormack <mikem@ring3k.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Neil Leeder 提交于
Start cleaning up the msm framebuffer in preparation for integration with mainline. Remove unused drivers. Signed-off-by: NNeil Leeder <nleeder@codeaurora.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Larry Finger 提交于
Device missing from current tables. Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net> Tested-by: NRod Huffaker <rod.huffaker@gmail.com> Cc: Stable <stable@kernel.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Haiyang Zhang 提交于
LBDAF is not available nor necessary on 64BIT kernel. This patch fixed the dependency for hv_blkvsc module on 64BIT kernel. Thanks vrataj2 [vrataj2@comcast.net] for reporting this problem. Reported-by: Nvrataj2 <vrataj2@comcast.net> Signed-off-by: NHaiyang Zhang <haiyangz@microsoft.com> Signed-off-by: NHank Janssen <hjanssen@microsoft.com> Cc: stable <stable@kernel.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Matthias Brugger 提交于
Signed-off-by: NMatthias Brugger <mensch0815@gmail.com> Acked-by: NJonathan Cameron <jic23@cam.ac.uk> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Edgardo Hames 提交于
Fixed several errors reported by checkpatch. Signed-off-by: NEdgardo Hames <ehames@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 H Hartley Sweeten 提交于
The functions adjust_4MB and allocate_buffers are only called locally in dt3155_isr.c and should be static. Signed-off-by: NH Hartley Sweeten <hsweeten@visionengravers.com> Cc: Scott Smedley <ss@aao.gov.au> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 H Hartley Sweeten 提交于
The module_init() and module_exit() functions should be static and marked with __init and __exit. Signed-off-by: NH Hartley Sweeten <hsweeten@visionengravers.com> Cc: Scott Smedley <ss@aao.gov.au> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Armando Uribe 提交于
This patch removes a couple of macros that are not being used Signed-off-by: NArmando Uribe <x0095078@ti.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Armando Uribe 提交于
This patch changes preprocesing macros to static inline funcions. Also the function is_equal_uuid (IS_EQUAL_UUID) now uses the memcmp function. Signed-off-by: NArmando Uribe <x0095078@ti.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Armando Uribe 提交于
This patch removes those macros that are used to perform casts Signed-off-by: NArmando Uribe <x0095078@ti.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Armando Uribe 提交于
This patch removes an unused magic number from the cod_manager structure. Signed-off-by: NArmando Uribe <x0095078@ti.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Armando Uribe 提交于
This patch removes a redundant macro from cod.c simply used to verify that a field was not NULL Signed-off-by: NArmando Uribe <x0095078@ti.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Armando Uribe 提交于
This patch changes the macros to static inline function used in cload as well adds two definition of const to avoid using magic numbers Signed-off-by: NArmando Uribe <x0095078@ti.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Armando Uribe 提交于
This patch change to macros to static inline functions, these macros are used to perform write/read operations in shared memory Signed-off-by: NArmando Uribe <x0095078@ti.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Armando Uribe 提交于
This patch removes 4 redundant macros used to perform read/write operations in shared memory region from io_sm.c. Signed-off-by: NArmando Uribe <x0095078@ti.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Armando Uribe 提交于
This patch removes redundant wrappers from io_sm.c file Signed-off-by: NArmando Uribe <x0095078@ti.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
- 23 7月, 2010 9 次提交
-
-
由 Greg Kroah-Hartman 提交于
No need for it, use the built-in kernel function tracing instead if you really need something like this. Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Greg Kroah-Hartman 提交于
We have ftrace to look at function traces if its really needed. Don't roll custom macros for this. Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Randy Dunlap 提交于
Fromy: Randy Dunlap <randy.dunlap@oracle.com> Fix the dt3155 driver to use module_init()/module_exit() instead of default init_module() and cleanup_module() function names. Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com> Cc: Scott Smedley <ss@aao.gov.au> Cc: Marek Lindner <lindner_marek@yahoo.de> Cc: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> Cc: Andrew Lunn <andrew@lunn.ch> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Javier Martinez Canillas 提交于
With today linux-next I got a compile error in staging/wlags49_h2 driver due an unused function prototype that use a data type (event_callback_args_t) that doesn't exist anymore in the pcmcia code. Current patch solves the issue removing the function prototype. Signed-off-by: NJavier Martinez Canillas <martinez.javier@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Joe Perches 提交于
Signed-off-by: NJoe Perches <joe@perches.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Uwe Kleine-König 提交于
Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Menon, Nishanth 提交于
Remove yet another custom definition header Signed-off-by: NNishanth Menon <nm@ti.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Menon, Nishanth 提交于
Remove OUT modifier which makes no sense for linux kernel Signed-off-by: NNishanth Menon <nm@ti.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Menon, Nishanth 提交于
OPTIONAL modifier makes no sense in linux kernel Signed-off-by: NNishanth Menon <nm@ti.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-