1. NAME

hsi_free_msg - Free an HSI message

2. SYNOPSIS

void hsi_free_msg(struct hsi_msg *  msg );

3. ARGUMENTS

msg
    Pointer to the HSI message

4. DESCRIPTION

Client is responsible to free the buffers pointed by the scatterlists.

5. COPYRIGHT