hwc: ad: Fix size arg passed to read()

Size is being passed as strlen of empty string, which evaluates to 0
Pass the actual array size and null terminate on successful read.

Change-Id: Ieaaa3f0e34d393755a4afd20533512707a7c5052
1 file changed