sm_io_bootstrap.c: fix attach/init function calls inversion
It's better to first attach the SMIO to its parent (its DEVIO handler) and then initialize the SMIO. The SMIO might need something from the DEVIO.
Please register or sign in to comment
It's better to first attach the SMIO to its parent (its DEVIO handler) and then initialize the SMIO. The SMIO might need something from the DEVIO.