Re: [U-Boot] [PATCH v6 05/14] cmd: cpu: refactor to ensure devices are probed and improve code style

2017-04-30 Thread Daniel Schwierzeck
Am 25.04.2017 um 00:39 schrieb Álvaro Fernández Rojas: > Use uclass_first_device and uclass_next_device in order to avoid exceptions > for drivers that aren't probed when cpu ops are requested. > Improve code style and fix indentations. > Fix incorrect line break when cpu info is not available.

[U-Boot] [PATCH v6 05/14] cmd: cpu: refactor to ensure devices are probed and improve code style

2017-04-24 Thread Álvaro Fernández Rojas
Use uclass_first_device and uclass_next_device in order to avoid exceptions for drivers that aren't probed when cpu ops are requested. Improve code style and fix indentations. Fix incorrect line break when cpu info is not available. Remove unneeded brackets. Signed-off-by: Álvaro Fernández Rojas