Stefani Seibold
9842c38e91
kfifo: fix warn_unused_result
...
Fix the "ignoring return value of '...', declared with attribute
warn_unused_result" compiler warning in several users of the new kfifo
API.
It removes the __must_check attribute from kfifo_in() and
kfifo_in_locked() which must not necessary performed.
Fix the allocation bug in the nozomi driver file, by moving out the
kfifo_alloc from the interrupt handler into the probe function.
Fix the kfifo_out() and kfifo_out_locked() users to handle a unexpected
end of fifo.
Signed-off-by: Stefani Seibold <stefani@seibold.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-12-22 14:17:56 -08:00
..
2009-12-09 19:43:33 -08:00
2009-12-04 15:39:55 +01:00
2009-12-04 23:41:47 +01:00
2009-12-04 12:00:41 -06:00
2009-12-10 08:54:13 -06:00
2009-12-09 19:43:33 -08:00
2009-12-10 09:45:58 -06:00
2009-12-10 09:45:58 -06:00
2009-12-10 08:54:10 -06:00
2009-12-17 17:00:20 -08:00
2009-12-04 12:01:20 -06:00
2009-12-04 12:00:41 -06:00
2009-12-12 16:30:34 -06:00
2009-12-09 19:42:25 -08:00
2009-12-10 08:54:09 -06:00
2009-12-10 08:54:16 -06:00
2009-12-10 08:54:10 -06:00
2009-12-10 08:54:12 -06:00
2009-12-10 08:54:17 -06:00
2009-11-28 18:03:14 +01:00
2009-12-10 10:10:56 -06:00
2009-12-10 08:54:20 -06:00
2009-09-21 15:14:55 +02:00
2009-12-15 08:53:32 -08:00
2009-12-12 16:45:23 -06:00
2009-12-04 12:00:51 -06:00
2009-12-04 12:00:51 -06:00
2009-12-09 19:43:33 -08:00
2009-12-09 19:43:33 -08:00
2009-12-04 23:41:47 +01:00
2009-08-22 17:52:22 -05:00
2009-12-04 12:00:15 -06:00
2009-11-09 09:40:56 +01:00
2009-12-04 23:41:47 +01:00
2009-10-31 12:11:38 -07:00
2009-11-11 12:14:21 -05:00
2009-12-09 19:42:25 -08:00
2009-12-10 09:55:00 -06:00
2009-12-10 09:55:00 -06:00
2009-12-10 09:55:00 -06:00
2009-12-09 19:43:33 -08:00
2009-10-02 09:45:22 -05:00
2009-12-17 16:38:48 -08:00
2009-11-06 11:09:27 -06:00
2009-12-04 12:01:36 -06:00
2009-12-10 09:55:00 -06:00
2009-12-22 14:17:56 -08:00
2009-12-22 14:17:56 -08:00
2009-12-22 14:17:56 -08:00
2009-12-10 09:55:00 -06:00
2009-12-04 15:39:55 +01:00
2009-12-04 15:39:55 +01:00
2009-11-09 09:40:54 +01:00
2009-12-10 08:54:12 -06:00
2009-12-10 08:54:12 -06:00
2009-12-04 12:01:28 -06:00
2009-12-04 12:00:49 -06:00
2009-12-04 12:01:48 -06:00
2009-12-04 12:00:44 -06:00
2009-12-04 12:01:33 -06:00
2009-12-04 12:01:30 -06:00
2009-12-10 08:54:15 -06:00
2009-12-04 15:39:55 +01:00
2009-09-15 09:50:47 -07:00
2009-12-09 19:42:25 -08:00
2009-11-18 08:37:40 -08:00
2009-12-09 19:42:25 -08:00
2009-12-10 08:54:11 -06:00
2009-12-04 12:01:37 -06:00
2009-12-04 15:39:55 +01:00
2009-12-04 12:00:44 -06:00
2009-11-26 08:54:46 -06:00
2009-12-10 08:54:15 -06:00
2009-12-10 08:54:15 -06:00
2009-08-22 17:52:14 -05:00
2009-10-11 11:12:33 -07:00
2009-10-02 09:45:46 -05:00
2009-12-10 08:54:13 -06:00
2009-12-10 08:54:13 -06:00
2009-10-29 13:03:27 -04:00
2009-12-04 12:00:49 -06:00
2009-12-04 12:00:49 -06:00
2009-12-04 23:41:47 +01:00