Re: [PATCH 0/3] Staging: rtl8192e: Fix code issues

2014-04-06 Thread Greg Kroah-Hartman
On Sun, Apr 06, 2014 at 04:25:23PM -0500, Joel Pelaez Jorge wrote: > In the kernel driver: rtl8192e, exists some problems related > to source check, using the tool sparse, but for fix it, is necessary > remove a bad declaration that keep off the patch. > > Because it is resolved before apply the "

[PATCH 0/3] Staging: rtl8192e: Fix code issues

2014-04-06 Thread Joel Pelaez Jorge
In the kernel driver: rtl8192e, exists some problems related to source check, using the tool sparse, but for fix it, is necessary remove a bad declaration that keep off the patch. Because it is resolved before apply the "main" patch. Joel Pelaez Jorge (2): Staging: rtl8192e: Remove bad 'extern'