sr: la8: Drop useless cast.

This commit is contained in:
Uwe Hermann 2012-07-12 21:39:18 +02:00
parent b5a8e84825
commit 43be303c84
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ static const void *hw_dev_info_get(int dev_index, int dev_info_id)
sr_spew("la8: %s: Returning samplerates.", __func__);
break;
case SR_DI_TRIGGER_TYPES:
info = (char *)TRIGGER_TYPES;
info = TRIGGER_TYPES;
sr_spew("la8: %s: Returning trigger types: %s.", __func__,
TRIGGER_TYPES);
break;