Hi Pekka,
On Tue, 2010-05-25 at 22:37 +0200, Pessi Pekka (Nokia-D/Helsinki) wrote:
---
drivers/isimodem/sim.c | 180 +++++++++++++++++++++++++++--------------------
drivers/isimodem/sim.h | 1 +
2 files changed, 104 insertions(+), 77 deletions(-)
diff --git a/drivers/isimodem/sim.c b/drivers/isimodem/sim.c
index 6cf73d2..6f2607b 100644
--- a/drivers/isimodem/sim.c
+++ b/drivers/isimodem/sim.c
@@ -45,20 +45,25 @@
struct sim_data {
GIsiClient *client;
- bool iccid;
bool registered;
};
-/* Returns fake (static) file info for EFSPN */
-static gboolean efspn_file_info(gpointer user)
+struct file_info {
+ int fileid, length, structure, record_length;
These should be on separate lines.
But I fixed that and a couple of other nitpicks, and pushed all four
patches.
Thanks!
Cheers,
Aki