Staging: hv: file2alias: fix up alias creation logic for hv_vmbus_device_id
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 25 Aug 2011 18:28:11 +0000 (11:28 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 25 Aug 2011 18:28:11 +0000 (11:28 -0700)
commitebf16e38515188b61962ba84b59e898ad64ffff6
tree01c552060330e0e512236295ca96c71d6f47642b
parent2e2c1d17abc3953239bc05ac586eab9f2f14bfda
Staging: hv: file2alias: fix up alias creation logic for hv_vmbus_device_id

When I added the driver_data field to hv_vmbus_device_id, I forgot to
take into the account how the alias was created, so it would append the
kernel pointer to the end of the alias, which is not correct.

This changes how the hv_vmbus_device_id alias is created to proper
account for the driver_data field.  As no module yet uses this alias, it
is safe to fix this up at this point in the commit stream.

Cc: K. Y. Srinivasan <kys@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
scripts/mod/file2alias.c