~ubuntu-branches/debian/experimental/linux-2.6/experimental

« back to all changes in this revision

Viewing changes to drivers/block/sx8.c

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings, Ben Hutchings
  • Date: 2012-03-21 03:08:36 UTC
  • mfrom: (1.2.34)
  • Revision ID: package-import@ubuntu.com-20120321030836-rvavg03lkz15wj2q
Tags: 3.3-1~experimental.1
* New upstream release: http://kernelnewbies.org/Linux_3.3

[ Ben Hutchings ]
* [x86] crypto: Enable CRYPTO_SERPENT_SSE2_586, CRYPTO_SERPENT_SSE2_X86_64
* aufs: Update to aufs3.x-rcN-20120312
* IB: Enable INFINIBAND_SRPT as module (Closes: #663041)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1120
1120
                        break;
1121
1121
                case MISC_GET_FW_VER: {
1122
1122
                        struct carm_fw_ver *ver = (struct carm_fw_ver *)
1123
 
                                mem + sizeof(struct carm_msg_get_fw_ver);
 
1123
                                (mem + sizeof(struct carm_msg_get_fw_ver));
1124
1124
                        if (!error) {
1125
1125
                                host->fw_ver = le32_to_cpu(ver->version);
1126
1126
                                host->flags |= (ver->features & FL_FW_VER_MASK);