On 20/05/26 15:24, Narayana Murty N wrote:
+ sphb = QLIST_FIRST(&spapr->phbs);
+ if (!sphb) {
+ goto param_error_exit;
+ }
Hi Narayana,By using QLIST_FIRST(&spapr->phbs), are we assuming or hardcoding this to the first PHB?
Thanks ~ Nikhil
