[libata] init probe_ent->private_data in a common location
authorJeff Garzik <jeff@garzik.org>
Thu, 28 Sep 2006 07:48:18 +0000 (03:48 -0400)
committerJeff Garzik <jeff@garzik.org>
Thu, 28 Sep 2006 07:48:18 +0000 (03:48 -0400)
Don't write the same code twice, in two different functions, when they
both call the same initialization function, with the same private_data
pointer info.

Also, note a bug found with a FIXME.

Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found