[linux-dvb] [patch 2.6.12-rc4-dvb-cvs 2/14] dvb: cosmetic in saa7146_core::interrupt_hw()

Hamish Moffatt hamish at cloud.net.au
Sat May 21 02:04:22 CEST 2005


On Fri, May 20, 2005 at 08:51:05PM +0200, Francois Romieu wrote:
>  	/* is this our interrupt? */
> -	if ( 0 == isr ) {
> +	if (isr) {

This appears to invert the logic.

Later you have:

> -	if( 0 != isr ) {
> +	if (isr) {

The rest looks fine.

Hamish
-- 
Hamish Moffatt VK3SB <hamish at debian.org> <hamish at cloud.net.au>




More information about the linux-dvb mailing list