Al Viro
cc9bd99e9a
[PATCH] fix ancient breakage in ebus_init()
...
Back when pci_dev had base_address[], loop of form
base = &...->base_address[0];
for (.....) {
...
*base++ = addr;
}
was fine, but when that array got spread in ->resource[...].start
replacing the initialization with
base = &...->resource[0].start;
was not a sufficient modification. IOW this code got broken for cases
when there had been more than one resource to fill. All way back in
2.3.41-pre3...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-09-22 17:48:56 -07:00
..
2005-04-16 15:20:36 -07:00
2006-06-30 19:25:36 +02:00
2006-06-30 19:25:36 +02:00
2006-06-30 19:25:36 +02:00
2006-07-21 14:18:15 -07:00
2006-09-22 17:48:56 -07:00
2006-06-30 19:25:36 +02:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-06-30 19:25:36 +02:00
2006-06-30 19:25:36 +02:00
2005-04-16 15:20:36 -07:00
2006-06-29 16:37:16 -07:00
2006-07-21 14:18:18 -07:00
2005-12-15 10:01:29 -08:00
2006-06-23 23:15:47 -07:00
2006-05-12 12:45:50 -07:00
2005-04-16 15:20:36 -07:00
2006-07-21 14:18:11 -07:00
2006-07-02 13:58:48 -07:00
2005-04-16 15:20:36 -07:00
2006-06-30 19:25:36 +02:00
2006-07-21 14:18:04 -07:00
2006-01-12 09:08:53 -08:00
2006-01-19 02:42:49 -08:00
2005-09-09 20:35:55 +02:00
2005-04-16 15:20:36 -07:00
2006-08-26 17:52:51 -07:00
2006-06-30 19:25:36 +02:00
2006-08-26 17:52:56 -07:00
2006-07-21 14:17:55 -07:00
2005-04-16 15:20:36 -07:00
2006-07-02 13:58:48 -07:00
2006-07-02 13:58:48 -07:00
2006-08-26 17:52:56 -07:00
2006-07-02 13:58:48 -07:00
2006-08-26 17:52:56 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-11-07 14:12:21 -08:00
2006-06-30 19:25:36 +02:00
2006-09-18 07:11:36 -07:00
2006-06-30 11:25:34 -07:00
2006-06-30 19:25:36 +02:00
2005-04-16 15:20:36 -07:00
2006-07-02 13:58:48 -07:00
2006-07-27 22:08:01 -07:00
2005-04-16 15:20:36 -07:00
2006-06-30 19:25:36 +02:00
2005-04-16 15:20:36 -07:00
2005-12-28 13:22:54 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00