git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6b3dea
)
md: remove mddev_to_conf "helper" macro
author
NeilBrown
<neilb@suse.de>
Tue, 16 Jun 2009 06:54:21 +0000
(16:54 +1000)
committer
NeilBrown
<neilb@suse.de>
Tue, 16 Jun 2009 06:54:21 +0000
(16:54 +1000)
Having a macro just to cast a void* isn't really helpful.
I would must rather see that we are simply de-referencing ->private,
than have to know what the macro does.
So open code the macro everywhere and remove the pointless cast.
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found