2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-04 11:43:54 +08:00
linux-next/drivers/staging/dgnc
Lidza Louina 8287ac00dd staging: dgnc: driver.c: removes dgnc_mbuf function
This patch removes the dgnc_mbuf function. This function was causing the
errors:

drivers/staging/dgnc/dgnc_driver.c: In function 'dgnc_mbuf.constprop.0':
drivers/staging/dgnc/dgnc_driver.c:945:1: warning: the frame size of 1032
bytes is larger than 1024 bytes [-Wframe-larger-than=]

drivers/staging/dgnc/dgnc_tty.c: In function 'dgnc_sniff_nowait_nolock':
drivers/staging/dgnc/dgnc_tty.c:614:1: warning: the frame size of 1056
bytes is larger than 1024 bytes [-Wframe-larger-than=]

This patch removes it so the kernel won't be making noise when its
device is found on the system.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Lidza Louina <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-08-22 12:35:26 -07:00
..
dgnc_cls.c staging: dgnc: removes CVS code from files 2013-08-21 10:48:40 -07:00
dgnc_cls.h staging: dgnc: cls.h: removes trailing whitespace 2013-08-21 09:43:53 -07:00
dgnc_driver.c staging: dgnc: driver.c: removes dgnc_mbuf function 2013-08-22 12:35:26 -07:00
dgnc_driver.h staging: dgnc: driver.h: fixes code indent error 2013-08-21 10:49:47 -07:00
dgnc_kcompat.h staging: dgnc: kcompat.h: removes trailing whitespace 2013-08-21 09:43:53 -07:00
dgnc_mgmt.c staging: dgnc: removes CVS code from files 2013-08-21 10:48:40 -07:00
dgnc_mgmt.h staging: dgnc: removes ifdef HAVE_UNLOCKED_IOCTL conditionals 2013-08-20 16:28:40 -07:00
dgnc_neo.c staging: dgnc: neo.c: fixes code indent error 2013-08-21 10:49:47 -07:00
dgnc_neo.h staging: dgnc: neo.h: removes trailing whitespace 2013-08-21 09:43:54 -07:00
dgnc_pci.h staging: dgnc: removes CVS code from files 2013-08-21 10:48:40 -07:00
dgnc_sysfs.c staging: dgnc: sysfs.c: fixes code indent error 2013-08-21 10:49:47 -07:00
dgnc_sysfs.h staging: dgnc: sysfs.h: removes trailing whitespace 2013-08-21 09:43:54 -07:00
dgnc_trace.c staging: dgnc: removes CVS code from files 2013-08-21 10:48:40 -07:00
dgnc_trace.h staging: dgnc: removes CVS code from files 2013-08-21 10:48:40 -07:00
dgnc_tty.c staging: dgnc: tty.c: fixes code indent error 2013-08-21 10:49:47 -07:00
dgnc_tty.h staging: dgnc: add dgnc digi driver 2013-08-02 05:42:45 +08:00
dgnc_types.h staging: dgnc: add dgnc digi driver 2013-08-02 05:42:45 +08:00
digi.h staging: dgnc: fixes struct declaration 2013-08-21 10:48:40 -07:00
dpacompat.h staging: dgnc: dpacompat.h: removes trailing whitespace 2013-08-21 09:44:05 -07:00
Kconfig staging: dgnc: add dgnc digi driver 2013-08-02 05:42:45 +08:00
Makefile staging: dgnc: removes proc code 2013-08-15 10:14:29 -07:00