QcomModulePkg: Change GUARD_OUT to GUARD to avoid null pointer issue

GUARD_OUT will goto out when get error, then BootableSlot->Suffix[0] may
be null and cause null pointer issue.

Use GUARD instead.

Change-Id: Ibc4b7589e0da62609cf178551a45412d92b47554
1 file changed