Re: [PATCH] 6/41 sound/oss/pss.c - convert cli to spinlocks

Tomas Szepe (szepe@pinerecords.com)
Fri, 30 Aug 2002 09:47:30 +0200


> static pss_confdata *devc = &pss_data;
^ ^
> +static spinlock_t lock=SPIN_LOCK_UNLOCKED;

> if (!pss_put_dspword(devc, *data++)) {
^
> + spin_unlock_irqrestore(&lock,flags);

Would you please take care not to clutter the original sources with
lines in a different C formatting style?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/