android_kernel_motorola_sm6225/drivers/misc/mei
Tomas Winkler b45f3ccf80 mei: streamline the _mei_irq_thread_close/ioctol functions
change statements of types

	if (ok)
		do something
	else
		return err

into

	if (err)
		return err

	do something

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-07-10 14:58:36 -07:00
..
hw.h Staging: mei: move the mei code out of staging 2012-05-01 18:23:38 -04:00
init.c mei: remove write only wariable wd_due_counter 2012-07-10 14:58:35 -07:00
interface.c mei: introduce mei_data2slots wrapper 2012-07-10 14:58:35 -07:00
interface.h mei: introduce mei_data2slots wrapper 2012-07-10 14:58:35 -07:00
interrupt.c mei: streamline the _mei_irq_thread_close/ioctol functions 2012-07-10 14:58:36 -07:00
iorw.c mei: don't query HCSR for host buffer depth 2012-06-26 15:59:44 -07:00
Kconfig Staging: mei: move the mei code out of staging 2012-05-01 18:23:38 -04:00
main.c mei: don't query HCSR for host buffer depth 2012-06-26 15:59:44 -07:00
Makefile Staging: mei: move the mei code out of staging 2012-05-01 18:23:38 -04:00
mei_dev.h mei: remove write only wariable wd_due_counter 2012-07-10 14:58:35 -07:00
wd.c mei: mei_wd_host_init: update the comment 2012-07-10 14:58:35 -07:00