K 10 svn:author V 3 mav K 8 svn:date V 27 2020-03-26T00:42:31.464670Z K 7 svn:log V 355 MFC r359146: Fix SES on device slots without phys after r349321. Broadcom 9400-8i8e HBAs report virtual SES device, where slots representing external connectors are reported having no phys. Since sasdev_phys is NULL there and proto_hdr is a union, ses_paths_iter() misinterpreted them as ATA. Add explicit protocol check to properly differentiate them. END