RAID - what am I doing wrong?

I made the changes permanent (I hope) by adding this to the /etc/rc.local file:

# RAID fix
echo 1 > /sys/block/sda/device/queue_depth
echo 1 > /sys/block/sdb/device/queue_depth
# /fix

# existing code
exit 0