Re: staging: media: Use dev_err() instead of pr_err()
Em Fri, 15 Nov 2013 15:29:39 +0900 Greg Kroah-Hartman escreveu: > On Thu, Nov 14, 2013 at 11:08:14AM -0200, Mauro Carvalho Chehab wrote: > > Hi, > > > > I'm not sure how this patch got applied upstream: > > > > commit b6ea5ef80aa7fd6f4b18ff2e4174930e8772e812 > > Author: Dulshani Gunawardhana > > Date: Sun Oct 20 22:58:28 2013 +0530 > > > > staging:media: Use dev_dbg() instead of pr_debug() > > > > Use dev_dbg() instead of pr_debug() in go7007-usb.c. > > > > Signed-off-by: Dulshani Gunawardhana > > > > Reviewed-by: Josh Triplett > > Signed-off-by: Greg Kroah-Hartman > > > > But, from the custody chain, it seems it was not C/C to linux-media ML, > > doesn't have the driver maintainer's ack[1] and didn't went via my tree. > > It came in through my tree as part of the OPW intern application > process. Ah, OK. I don't mind if you apply those directly, but what makes me a little worried is that at least the final version of the patchset should be c/c to driver/subsystem maintainers for their review and for them to know that the patch will be merged via some other tree, as it might be causing conflicts with their trees. > And yes, sorry, it's broken, I have some follow-on patches to fix this, > but you are right, it should just be reverted for now, very sorry about > that. No problem. > Do you want to do that, or should I? I prefer if you could do it, as I'm still waiting the merge from my tree, and I don't want to cascade another pull request before the original pull requests get handled. In any case, they won't conflict with this, as I don't have any patch for this driver on my tree for 3.13. Thanks! Mauro ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[PATCH] staging: r8188eu: Fix AP mode
Two code lines were accidentally deleted in the code. Restore them. Signed-off-by: Larry Finger Cc: Stable --- drivers/staging/rtl8188eu/core/rtw_ap.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c b/drivers/staging/rtl8188eu/core/rtw_ap.c index 2c73823..2a13a41 100644 --- a/drivers/staging/rtl8188eu/core/rtw_ap.c +++ b/drivers/staging/rtl8188eu/core/rtw_ap.c @@ -1115,6 +1115,9 @@ int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len) return _FAIL; } + /* fix bug of flush_cam_entry at STOP AP mode */ + psta->state |= WIFI_AP_STATE; + rtw_indicate_connect(padapter); pmlmepriv->cur_network.join_res = true;/* for check if already set beacon */ return ret; } -- 1.8.4 ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[PATCH V2] staging: r8188eu: Fix AP mode
Two code lines were accidentally deleted. Restore them. Signed-off-by: Larry Finger Cc: Stable --- V2 - rewrite silly commit message. drivers/staging/rtl8188eu/core/rtw_ap.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c b/drivers/staging/rtl8188eu/core/rtw_ap.c index 2c73823..2a13a41 100644 --- a/drivers/staging/rtl8188eu/core/rtw_ap.c +++ b/drivers/staging/rtl8188eu/core/rtw_ap.c @@ -1115,6 +1115,9 @@ int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len) return _FAIL; } + /* fix bug of flush_cam_entry at STOP AP mode */ + psta->state |= WIFI_AP_STATE; + rtw_indicate_connect(padapter); pmlmepriv->cur_network.join_res = true;/* for check if already set beacon */ return ret; } -- 1.8.4 ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
圣诞快乐
¸÷àÑ µØ¾Ý µç»°13917961219 Àî QQ£º1271823222 ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel