| Date | Mon, 23 Jun 2014 12:14:55 -0400 | | From | Greg Kroah-Hartman <> | | Subject | Re: [PATCH 20/22] staging: Use pci_zalloc_consistent |
| |
On Mon, Jun 23, 2014 at 06:41:48AM -0700, Joe Perches wrote: > Remove the now unnecessary memset too. > > Signed-off-by: Joe Perches <joe@perches.com> > --- > drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 15 ++++------- > drivers/staging/rtl8192ee/pci.c | 37 +++++++++---------------- > drivers/staging/rtl8821ae/pci.c | 36 +++++++++---------------- > drivers/staging/slicoss/slicoss.c | 9 +++---- > drivers/staging/vt6655/device_main.c | 40 +++++++++------------------- > 5 files changed, 44 insertions(+), 93 deletions(-)
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|