The patch number 9008 was added via Steven Toth <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Steven Toth  <[EMAIL PROTECTED]>
S2API: Bugfix related to syncing the cache when used with the old API.


Many thanks to Darron Broad for pointing out the obvious.

Priority: normal

Signed-off-by: Steven Toth <[EMAIL PROTECTED]>


---

 linux/drivers/media/dvb/dvb-core/dvb_frontend.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r 8ce1a9e3f55c -r b9ff5b131c51 
linux/drivers/media/dvb/dvb-core/dvb_frontend.c
--- a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c   Sat Sep 13 15:56:34 
2008 -0400
+++ b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c   Sat Sep 13 17:15:17 
2008 -0400
@@ -1606,9 +1606,9 @@ static int dvb_frontend_ioctl_legacy(str
                                break;
                        }
 
-                       dtv_property_cache_sync(fe, &fepriv->parameters);
                        memcpy (&fepriv->parameters, parg,
                                sizeof (struct dvb_frontend_parameters));
+                       dtv_property_cache_sync(fe, &fepriv->parameters);
                }
 
                memset(&fetunesettings, 0, sizeof(struct 
dvb_frontend_tune_settings));


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/b9ff5b131c51925901ec4244522ac60da203feb8

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to