Ensure everyone sees the same screen/api name as the previous version for Icarus
diff --git a/driver-icarus.c b/driver-icarus.c
index 87c5fbc..5a220cd 100644
--- a/driver-icarus.c
+++ b/driver-icarus.c
@@ -381,7 +381,7 @@ static void icarus_shutdown(struct thr_info *thr)
struct device_api icarus_api = {
.dname = "icarus",
- .name = "PGA",
+ .name = "ICA",
.api_detect = icarus_detect,
.thread_prepare = icarus_prepare,
.scanhash = icarus_scanhash,