/alps/ipecamera

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to cmosis.c

  • Committer: Suren A. Chilingaryan
  • Date: 2015-08-21 02:20:46 UTC
  • Revision ID: csa@suren.me-20150821022046-xnfwcomw4rt4ziy1
Fix some warnings and add debugging information into the build

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
}
47
47
 
48
48
pcilib_register_bank_context_t* ipecamera_cmosis_open(pcilib_t *ctx, pcilib_register_bank_t bank, const char* model, const void *args) {
49
 
        int err;
50
49
        ipecamera_cmosis_context_t *bank_ctx;
51
50
 
52
51
        bank_ctx = calloc(1, sizeof(ipecamera_cmosis_context_t));