RE: [PATCH] hyperv: else branch not necessary

2015-01-25 Thread KY Srinivasan
bject: [PATCH] hyperv: else branch not necessary Make the subject line clear as to what subsystem this patch is for. K. Y > > As the if completes with a unconditional goto the else branch is not needed > here. > > Signed-off-by: Nicholas Mc Guire > --- > > All paths

[PATCH] hyperv: else branch not necessary

2015-01-25 Thread Nicholas Mc Guire
As the if completes with a unconditional goto the else branch is not needed here. Signed-off-by: Nicholas Mc Guire --- All paths of execution that did not exit through the if branch will go through the else branch so no need for an explicit else here Patch was compile tested only for x86_64_de