Re: [PATCH 2/3] target: remove unused codes from enum tcm_tmrsp_table

2013-07-06 Thread Nicholas A. Bellinger
On Wed, 2013-07-03 at 11:22 -0400, Joern Engel wrote: > Three have been checked for but were never set. Remove the dead code. > Also renumbers the remaining ones to a) get rid of the holes after the > removal and b) avoid a collision between TMR_FUNCTION_COMPLETE==0 and > the uninitialized case.

[PATCH 2/3] target: remove unused codes from enum tcm_tmrsp_table

2013-07-03 Thread Joern Engel
Three have been checked for but were never set. Remove the dead code. Also renumbers the remaining ones to a) get rid of the holes after the removal and b) avoid a collision between TMR_FUNCTION_COMPLETE==0 and the uninitialized case. If we failed to set a code, we should rather fall into the def