technology: Return proper error code when already enabled
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Thu, 21 Jun 2012 10:39:16 +0000 (13:39 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 25 Jun 2012 06:47:58 +0000 (09:47 +0300)
commit6dbc417d259aa0c4a08b1d345fa7425c9b165df2
tree78ecd3327938a283afd51075babf1d2c5155883e
parente7b42e962124436a492d5ffd1a060cee042f486d
technology: Return proper error code when already enabled

We do not call the generic error message function because
it maps EALREADY to EINPROGRESS. So instead we call correct
error return function which returns AlreadyEnabled to the
caller.

Fixes BMC#25306
src/technology.c