target-ppc: Remove unnecessary variable
Compress lines and remove the variable. Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
738c8b01ba
commit
f9b8e7f63a
@ -1782,8 +1782,7 @@ uint32_t kvmppc_get_tbfreq(void)
|
||||
|
||||
ns++;
|
||||
|
||||
retval = atoi(ns);
|
||||
return retval;
|
||||
return atoi(ns);
|
||||
}
|
||||
|
||||
bool kvmppc_get_host_serial(char **value)
|
||||
|
Loading…
Reference in New Issue
Block a user