Minor fix for cs4232 in 2.1.127pre7

Matthew Harrell (mharrell@std.saic.com)
Fri, 6 Nov 1998 07:56:14 -0500


--MGYHOYXEY6WxJCY8
Content-Type: text/plain; charset=us-ascii

This fix allows the cs4342 driver to compile. I haven't tested if it's the
only change needed to make it work.

-- 
  Matthew Harrell                          Preserve wildlife --
  Simulation Technology Division, SAIC      pickle a squirrel today!
  mharrell@std.saic.com

--MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="cs4232.patch"

--- linux/drivers/sound/cs4232.c-ori Fri Nov 6 07:51:59 1998 +++ linux/drivers/sound/cs4232.c Fri Nov 6 07:53:31 1998 @@ -96,9 +96,8 @@ static void sleep(unsigned howlong) { current->state = TASK_INTERRUPTIBLE; - current->timeout = jiffies + howlong; schedule(); - current->timeout = 0; + schedule_timeout(howlong); } int probe_cs4232(struct address_info *hw_config)

--MGYHOYXEY6WxJCY8--

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/