[CPUFREQ] Bugfix: Call driver exit in cpufreq_add_dev error path
authorVenkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Thu, 25 Aug 2005 20:14:06 +0000 (13:14 -0700)
committerDave Jones <davej@redhat.com>
Thu, 1 Sep 2005 05:21:28 +0000 (22:21 -0700)
A minor fix for cpufreq_add_dev() error path. We need to call driver->exit()
if driver_init() call has succeeded.

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Dave Jones <davej@redhat.com>

No differences found