2.6.32-longterm review patch. If anyone has any objections, please let me know.
------------------ From: Axel Lin <[email protected]> commit b5266ea675c5a041e2852c7ccec4cf2d4f5e0cf4 upstream. Signed-off-by: Axel Lin <[email protected]> Acked-by: MichaÅ MirosÅaw <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> --- drivers/misc/cb710/core.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/misc/cb710/core.c +++ b/drivers/misc/cb710/core.c @@ -244,6 +244,7 @@ static int __devinit cb710_probe(struct if (err) return err; + spin_lock_init(&chip->irq_lock); chip->pdev = pdev; chip->iobase = pcim_iomap_table(pdev)[0]; -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
