2001-03-11 13:49:27

by Andrey Panin

[permalink] [raw]
Subject: [PATCH] /drivers/char/cyclades.c: panic() call removal

Hi all,

this patch removes panic() calls and adds MODULE_DEVICE_TABLE to cyclades driver.

Best regards.

--
Andrey Panin | Embedded systems software engineer
[email protected] | PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc


Attachments:
patch-cyclades (2.94 kB)
(No filename) (232.00 B)
Download all attachments

2001-03-12 16:09:39

by Ivan Passos

[permalink] [raw]
Subject: Re: [PATCH] /drivers/char/cyclades.c: panic() call removal


On Sun, 11 Mar 2001, Andrey Panin wrote:
>
> this patch removes panic() calls and adds MODULE_DEVICE_TABLE to
> cyclades driver.

Patch looks good. Thanks for the patch, Andrey!

However: Linus, please do not apply this yet. I'll do tests with a new
Cyclades driver version we're about to release, and then I'll submit
patches to the Cyclades driver once the tests are done (and they'll
include Andrey's patch).

Later,
Ivan