Re: [PATCH 2.6.12-rc5] m32r: Update m32r_cfc.[ch] to support Mappi-III platform

From: Dominik Brodowski
Date: Tue May 31 2005 - 09:48:31 EST


Hi,

> @@ -825,7 +814,7 @@ static int __init init_m32r_pcc(void)
> for (i = 0 ; i < pcc_sockets ; i++) {
> socket[i].socket.dev.dev = &pcc_device.dev;
> socket[i].socket.ops = &pcc_operations;
> - socket[i].socket.resource_ops = &pccard_static_ops;
> + socket[i].socket.resource_ops = &pccard_nonstatic_ops;
> socket[i].socket.owner = THIS_MODULE;
> socket[i].number = i;
> ret = pcmcia_register_socket(&socket[i].socket);

Uh, are you sure?

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