Xi Wang
2ff5e1532d
mtd: pmc551: fix signedness bug in init_pmc551()
...
Since "length" is a u32, the error handling below didn't work when
fixup_pmc551() returns -ENODEV.
if ((length = fixup_pmc551(PCI_Device)) <= 0)
This patch changes both the type of "length" and the return type of
fixup_pmc551() to int.
Signed-off-by: Xi Wang <xi.wang@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2012-03-27 00:11:07 +01:00
..
2012-01-13 09:32:20 +10:30
2012-02-08 15:07:03 -08:00
2012-01-08 13:10:57 -08:00
2012-02-13 18:31:37 +01:00
2012-02-19 18:57:51 -05:00
2012-02-18 15:37:25 -08:00
2012-02-06 14:37:52 -05:00
2012-02-21 16:47:28 -08:00
2012-02-15 13:09:26 +02:00
2012-02-08 20:03:14 +01:00
2012-01-26 18:36:48 +00:00
2011-12-28 21:35:06 +08:00
2012-01-06 18:15:25 -08:00
2012-01-11 18:53:33 -08:00
2012-02-22 16:48:51 +11:00
2012-03-03 09:31:49 -08:00
2012-02-02 14:00:43 +05:30
2012-02-21 16:47:28 -08:00
2012-01-30 21:33:34 +01:00
2012-01-12 11:53:55 -05:00
2012-02-01 21:59:37 -07:00
2012-02-29 17:47:57 +00:00
2012-02-07 13:40:56 +01:00
2012-01-09 12:09:47 -08:00
2012-03-02 12:02:23 -08:00
2012-02-24 22:28:27 +01:00
2012-02-13 18:31:37 +01:00
2012-01-19 21:26:32 -05:00
2012-02-10 14:18:46 -08:00
2012-02-04 10:57:42 -08:00
2012-02-27 14:18:42 +01:00
2012-02-09 15:41:29 -05:00
2012-02-08 19:03:51 -08:00
2012-01-12 15:44:47 +10:30
2012-02-16 16:15:12 +11:00
2012-02-08 19:06:30 -08:00
2012-02-24 12:32:51 -08:00
2012-01-13 09:32:20 +10:30
2012-01-10 10:36:08 -08:00
2012-02-13 14:16:07 -08:00
2012-02-09 13:51:13 -08:00
2012-02-13 20:39:05 -05:00
2012-03-27 00:11:07 +01:00
2012-02-26 12:47:17 -08:00
2012-01-07 12:03:30 -08:00
2012-01-14 13:25:55 -08:00
2012-01-06 08:02:58 -08:00
2012-02-27 09:44:15 -06:00
2012-01-14 12:32:16 -08:00
2012-02-18 15:26:11 -08:00
2012-02-16 10:41:23 +08:00
2012-02-01 19:35:21 +01:00
2012-02-21 16:47:28 -08:00
2012-01-06 12:11:20 -08:00
2012-02-01 21:34:26 +04:00
2012-02-24 14:56:32 +00:00
2012-02-13 18:31:36 +01:00
2012-02-27 07:54:27 -08:00
2012-02-25 08:25:09 -06:00
2012-01-24 10:44:49 +09:00
2012-02-05 23:24:17 -07:00
2012-02-01 15:26:00 -05:00
2012-02-08 16:19:06 -08:00
2012-02-07 06:48:58 +00:00
2012-01-23 03:15:25 -05:00
2012-02-09 10:48:36 -08:00
2012-01-11 18:50:26 -08:00
2012-02-21 16:29:15 -08:00
2012-01-09 12:09:47 -08:00
2012-01-13 10:12:23 -08:00
2012-03-02 15:21:15 -08:00
2012-03-01 09:28:41 +10:30
2012-02-29 09:46:13 +01:00
2012-02-03 16:07:05 -05:00
2012-01-02 13:04:55 +01:00
2012-01-11 23:58:47 -05:00