]> git.neil.brown.name Git - history.git/commit
[PATCH] (18/25) pcd.c - cleanup, killed used of cdi->dev
authorAlexander Viro <viro@math.psu.edu>
Sat, 7 Sep 2002 10:04:42 +0000 (03:04 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sat, 7 Sep 2002 10:04:42 +0000 (03:04 -0700)
commit25b9b8f42c3530312018c704a595ee9dc7869993
treeef2cc2159dfe54bb2faad0edd9702c19c73a5181
parenta20c0ab1b27aaf40a1784869a476b3f3bf8b3502
[PATCH] (18/25) pcd.c - cleanup, killed used of cdi->dev

 pcd.c cleaned up, uses of cdi->dev eliminated, abuse of macros killed
(it used to have
#define PCD pcd[unit]
#define PI PCD.pi
and expected 'unit' to be local variable in each function that used these
(== almost every function in there)).
drivers/block/paride/pcd.c